mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Removed a debug-print statement.
This commit is contained in:
parent
ca280af659
commit
6a78fdafcb
1 changed files with 0 additions and 1 deletions
|
|
@ -1093,7 +1093,6 @@ class TypedObject(SharedMemoryModel):
|
|||
# this will automatically use a default class if
|
||||
# there is an error with the given typeclass.
|
||||
new_typeclass = self.typeclass
|
||||
print "new_typeclass:",new_typeclass.path, self.typeclass_path
|
||||
if self.typeclass_path == new_typeclass.path:
|
||||
# the typeclass loading worked as expected
|
||||
DA(self, "_cached_db_typeclass_path")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue