summaryrefslogtreecommitdiffstats
path: root/Core.py
diff options
context:
space:
mode:
Diffstat (limited to 'Core.py')
-rw-r--r--Core.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Core.py b/Core.py
index 5f194fdc3..a314c0a03 100644
--- a/Core.py
+++ b/Core.py
@@ -199,9 +199,6 @@ class Core(object):
#@todo: doesnt work at the moment
hour, minute = time.localtime()[3:5]
- print start_h, start_m, end_h, end_m
- print hour, minute
-
if hour > int(start_h) and hour < int(end_h):
return True
elif hour == int(start_h) and minute >= int(start_m):