Skip to content

Commit

Permalink
Remove a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk20 committed Aug 14, 2024
1 parent 712fb18 commit ed3a264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/src/reactor/main_reactor/keep_up.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ impl MainReactor {
debug!("is synced to ttl");
return Ok(Some(SyncBackInstruction::TtlSynced));
}
debug!("is not synced to ttl");
}

Ok(None)
Expand Down

0 comments on commit ed3a264

Please sign in to comment.