removed print statement again

This commit is contained in:
Andreas Preikschat 2013-01-18 22:32:40 +01:00
parent bee9c96b9a
commit dd99c23c8c
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