Remove debug statement

This commit is contained in:
Roberto Rosario
2012-07-10 12:22:07 -04:00
parent e12aa94320
commit 085a0fc33d

View File

@@ -41,7 +41,6 @@ class Event(object):
def commit(self, source_object=None, data=None):
print 'OBJ', self.history_type_obj
new_history = History(history_type=self.history_type_obj)
if source_object:
new_history.content_object = source_object