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
|
# this will automatically use a default class if
|
||||||
# there is an error with the given typeclass.
|
# there is an error with the given typeclass.
|
||||||
new_typeclass = self.typeclass
|
new_typeclass = self.typeclass
|
||||||
print "new_typeclass:",new_typeclass.path, self.typeclass_path
|
|
||||||
if self.typeclass_path == new_typeclass.path:
|
if self.typeclass_path == new_typeclass.path:
|
||||||
# the typeclass loading worked as expected
|
# the typeclass loading worked as expected
|
||||||
DA(self, "_cached_db_typeclass_path")
|
DA(self, "_cached_db_typeclass_path")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue