Removing a debug in scripts.

This commit is contained in:
Griatch 2015-09-29 21:48:48 +02:00
parent 5b70a38a2e
commit 4bb3f7c8c0

View file

@ -409,7 +409,6 @@ class DefaultScript(ScriptBase):
self.repeats = repeats
if start_delay is not None:
self.start_delay = start_delay
print "starting script again:", self.interval, self.repeats, self.start_delay
self.start()
def reset_callcount(self, value=0):