summaryrefslogtreecommitdiff
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/model.py b/model.py
index c69ba48..904265f 100644
--- a/model.py
+++ b/model.py
@@ -131,6 +131,4 @@ class Timer:
return self.default
mins = f"{int(total_seconds // 60):02d}"
secs = f"{int(total_seconds % 60):02d}"
- print(mins)
- print(secs)
return mins, secs