mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
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
|
||||
maxcount = self.dbobj.db_repeats
|
||||
if maxcount > 0 and maxcount <= callcount:
|
||||
print "stopping script!"
|
||||
#print "stopping script!"
|
||||
self.stop()
|
||||
|
||||
def _step_task(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue