removed print

This commit is contained in:
Andreas Preikschat 2013-01-20 13:43:19 +01:00
parent 9e2ae12ad0
commit 8acbdebd2e
1 changed files with 0 additions and 1 deletions

View File

@ -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