Skip to content

Commit

Permalink
Removing unecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
leboiko committed Dec 21, 2024
1 parent 2745d8a commit 0bb978d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/src/mode/decoded/atom/atom_supported_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0bb978d

Please sign in to comment.