Remove 'Good bye' log

This commit is contained in:
Florian Bruhin 2014-07-31 01:07:43 +02:00
parent 371c40f815
commit 2358ed7d4c

View File

@ -704,5 +704,5 @@ class Application(QApplication):
log.destroy.debug("Deactiving message handler...")
qInstallMessageHandler(None)
# Now we can hopefully quit without segfaults
log.destroy.info("Good bye!")
log.destroy.debug("Calling QApplication::exit...")
self.exit(status)