Skip to content

Commit

Permalink
Removing info log
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Mar 5, 2024
1 parent c55c883 commit 9f5f049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chitchat/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ impl NodeState {
}

fn apply_delta(&mut self, node_delta: NodeDelta, now: Instant) {
info!(delta=?node_delta);
if !self.prepare_apply_delta(&node_delta) {
return;
}
Expand Down

0 comments on commit 9f5f049

Please sign in to comment.