From 0bb978d10b180f811edf064c44568ff172703224 Mon Sep 17 00:00:00 2001 From: leboiko Date: Sat, 21 Dec 2024 15:34:41 -0300 Subject: [PATCH] Removing unecessary log --- consumer/src/mode/decoded/atom/atom_supported_types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/src/mode/decoded/atom/atom_supported_types.rs b/consumer/src/mode/decoded/atom/atom_supported_types.rs index 51dfef5..94b9d9f 100644 --- a/consumer/src/mode/decoded/atom/atom_supported_types.rs +++ b/consumer/src/mode/decoded/atom/atom_supported_types.rs @@ -112,7 +112,7 @@ impl AtomMetadata { match AtomType::from_str(self.atom_type.as_str())? { AtomType::Account => { info!( - "Creating account for 1234: {}", + "Updating account for: {}", resolved_atom.atom.data.clone().unwrap() ); self.update_account_and_atom_value(resolved_atom, decoded_consumer_context)