forked from openlp/openlp
removed print statement
This commit is contained in:
parent
c58a6c801d
commit
2c2268a326
@ -173,7 +173,6 @@ class OpenLP(QtGui.QApplication):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def hookException(self, exctype, value, traceback):
|
def hookException(self, exctype, value, traceback):
|
||||||
print ''.join(format_exception(exctype, value, traceback))
|
|
||||||
if not hasattr(self, u'mainWindow'):
|
if not hasattr(self, u'mainWindow'):
|
||||||
log.exception(''.join(format_exception(exctype, value, traceback)))
|
log.exception(''.join(format_exception(exctype, value, traceback)))
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user