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