removed some debug lines

This commit is contained in:
2025-04-24 11:00:46 +02:00
parent 6292f0c444
commit a45cab0b4b
3 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ impl IDStore {
pub fn add_id(&mut self, id: TallyID) {
let day = self.get_current_day();
println!("id: {}", id.0);
day.add_id(id);
}