From 6a78fdafcbd7f1e1010727ee1431a2b4d2e7647a Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 13 Mar 2012 01:39:30 +0100 Subject: [PATCH] Removed a debug-print statement. --- src/typeclasses/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/typeclasses/models.py b/src/typeclasses/models.py index 925292a971..3dc0a8f390 100644 --- a/src/typeclasses/models.py +++ b/src/typeclasses/models.py @@ -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")