removing some debug texts from scripts.
This commit is contained in:
parent
e3d1866b0f
commit
28531d4fea
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class ScriptBase(TypeClass):
|
||||||
callcount = self.ndb._task.callcount
|
callcount = self.ndb._task.callcount
|
||||||
maxcount = self.dbobj.db_repeats
|
maxcount = self.dbobj.db_repeats
|
||||||
if maxcount > 0 and maxcount <= callcount:
|
if maxcount > 0 and maxcount <= callcount:
|
||||||
print "stopping script!"
|
#print "stopping script!"
|
||||||
self.stop()
|
self.stop()
|
||||||
|
|
||||||
def _step_task(self):
|
def _step_task(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue