Commit b47d7bab by Brian Coca

removed warning i was using for debug

parent 834b7a28
......@@ -18,7 +18,6 @@ class CallbackModule(CallbackBase):
super(CallbackModule, self).__init__(display)
start_time = datetime.now()
self._display.warning("Timerv2 plugin is active from included callbacks.")
def days_hours_minutes_seconds(self, timedelta):
minutes = (timedelta.seconds//60)%60
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment