Skip to content

Commit

Permalink
fix(logging): remove logging accidentally added in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Mar 28, 2024
1 parent 22d3994 commit f9f83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/logger/logger_effects.rs
Expand Up @@ -1213,7 +1213,7 @@ pub fn logger_effects<S: Service>(store: &Store<S>, action: ActionWithMetaRef<'_
kind = kind.to_string(),
summary = "Transition frontier root ledger sync success".to_string(),
),
_other => openmina_core::log::info!(
_other => openmina_core::log::debug!(
meta.time();
node_id = node_id,
kind = kind.to_string(),
Expand Down

0 comments on commit f9f83da

Please sign in to comment.