mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Remove commented out print statements.
This commit is contained in:
parent
402cbed8fa
commit
bc340fbf0d
35 changed files with 0 additions and 103 deletions
|
|
@ -226,7 +226,6 @@ class DefaultScript(ScriptBase):
|
|||
callcount = self.ndb._task.callcount
|
||||
maxcount = self.db_repeats
|
||||
if maxcount > 0 and maxcount <= callcount:
|
||||
#print "stopping script!"
|
||||
self.stop()
|
||||
|
||||
def _step_task(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue