Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Removed error log (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalvarezl authored Feb 17, 2022
1 parent 49d89cc commit 2b152e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/transactions/converters/safe_app_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub async fn safe_app_info_from(
info_provider: &(impl InfoProvider + Sync),
) -> Option<SafeAppInfo> {
let origin_internal = serde_json::from_str::<OriginInternal>(origin).ok()?;
log::error!("{:#?}", &origin_internal);
info_provider
.safe_app_info(
&origin_internal
Expand Down

0 comments on commit 2b152e5

Please sign in to comment.