Remove print we accidentally added.
This commit is contained in:
parent
77ca7db46a
commit
36c4e8940e
@ -657,7 +657,6 @@ class Application(QApplication):
|
||||
def interrupt_forcefully(self, signum, frame):
|
||||
"""Interrupt forcefully on the second SIGINT/SIGTERM request."""
|
||||
log.destroy.info("Forceful quit requested, goodbye cruel world!")
|
||||
print("Forceful quit requested, goodbye cruel world!")
|
||||
self.exit(128 + signum)
|
||||
|
||||
@pyqtSlot()
|
||||
|
Loading…
Reference in New Issue
Block a user