From dd99c23c8c247ff9efd5cee8ac9eca3cb3eae1b1 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Fri, 18 Jan 2013 22:32:40 +0100 Subject: [PATCH] removed print statement again --- openlp/core/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 31db4a6bd..9da185ddf 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -173,7 +173,6 @@ class OpenLP(QtGui.QApplication): return False def hookException(self, exctype, value, traceback): - print ''.join(format_exception(exctype, value, traceback)) if not hasattr(self, u'mainWindow'): log.exception(''.join(format_exception(exctype, value, traceback))) return