chore: remove now_utc log that has served its purpose

This commit is contained in:
2026-05-07 01:47:46 -04:00
parent 52adf9ec4c
commit 9b1e263312

View File

@@ -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();