chore: remove now_utc log that has served its purpose
This commit is contained in:
@@ -158,7 +158,6 @@ impl EventHandler for Handler {
|
||||
let elapsed = elapsed.try_into().expect("TODO");
|
||||
|
||||
let now_utc = self.start_utc.checked_add(elapsed).expect("TODO");
|
||||
tracing::error!(?now_utc, "TODO");
|
||||
|
||||
let year = now_utc.year();
|
||||
let month = now_utc.month();
|
||||
|
||||
Reference in New Issue
Block a user