removing some debug texts from scripts.

This commit is contained in:
Griatch 2014-02-15 15:45:44 +01:00
parent e3d1866b0f
commit 28531d4fea

View file

@ -178,7 +178,7 @@ class ScriptBase(TypeClass):
callcount = self.ndb._task.callcount
maxcount = self.dbobj.db_repeats
if maxcount > 0 and maxcount <= callcount:
print "stopping script!"
#print "stopping script!"
self.stop()
def _step_task(self):