Skip to content

Commit

Permalink
Remove extra warn log
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Jan 9, 2023
1 parent aafeec9 commit a7d7031
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aries_vcx/src/indy/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ pub async fn open_wallet(wallet_config: &WalletConfig) -> VcxResult<WalletHandle
)
.await;

warn!("Result: {:?}", handle_res);

Ok(handle_res?)
}

Expand Down

0 comments on commit a7d7031

Please sign in to comment.