Skip to content

Commit

Permalink
Address code review
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Aug 10, 2023
1 parent a95e9bf commit 2fe24c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion aries_vcx/src/utils/devsetup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl SetupProfile {
.await
.unwrap();

warn!("genesis_file_path: {}", genesis_file_path);
debug!("genesis_file_path: {}", genesis_file_path);
let setup = SetupProfile {
institution_did: public_did.to_string(),
profile,
Expand Down
7 changes: 0 additions & 7 deletions aries_vcx/tests/test_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,6 @@ mod integration_tests {
let faber = create_faber_trustee(setup.genesis_file_path.clone()).await;
let mut acme = create_faber(setup.genesis_file_path.clone()).await;
let acme_vk = acme.get_verkey_from_wallet(acme.public_did()).await;
info!(
"test_pool_write_new_endorser_did >> Faber trustee did: {}, acme did: {}, acme vkey: {}",
faber.public_did(),
acme.public_did(),
acme_vk
);

assert!(acme.create_schema().await.is_err());
write_endorser_did(
Expand All @@ -130,7 +124,6 @@ mod integration_tests {
)
.await
.unwrap();
info!("Wrote acme to the ledger");
thread::sleep(Duration::from_millis(50));
acme.create_schema().await.unwrap();
})
Expand Down

0 comments on commit 2fe24c7

Please sign in to comment.