Remove 'Good bye' log
This commit is contained in:
parent
371c40f815
commit
2358ed7d4c
@ -704,5 +704,5 @@ class Application(QApplication):
|
|||||||
log.destroy.debug("Deactiving message handler...")
|
log.destroy.debug("Deactiving message handler...")
|
||||||
qInstallMessageHandler(None)
|
qInstallMessageHandler(None)
|
||||||
# Now we can hopefully quit without segfaults
|
# Now we can hopefully quit without segfaults
|
||||||
log.destroy.info("Good bye!")
|
log.destroy.debug("Calling QApplication::exit...")
|
||||||
self.exit(status)
|
self.exit(status)
|
||||||
|
Loading…
Reference in New Issue
Block a user