From 085a0fc33d3c63cb7e2a18fe04d5be43c803798b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 10 Jul 2012 12:22:07 -0400 Subject: [PATCH] Remove debug statement --- apps/history/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/history/api.py b/apps/history/api.py index 64175da400..c46603da4f 100644 --- a/apps/history/api.py +++ b/apps/history/api.py @@ -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