mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-05-03 03:31:56 +00:00
removed some debug lines
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user