mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27: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
|
|
@ -585,7 +585,6 @@ class DefaultObject(ObjectDB):
|
|||
|
||||
# Perform move
|
||||
try:
|
||||
#print "move_to location:", destination
|
||||
self.location = destination
|
||||
except Exception:
|
||||
emit_to_obj.msg(errtxt % "location change")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue