src/crashCatcher.cpp

changeset 1159
6ad8cdcd88d9
parent 1116
3b1d2cc6603e
child 1326
69a90bd2dba2
--- a/src/crashCatcher.cpp	Thu Feb 23 20:06:22 2017 +0200
+++ b/src/crashCatcher.cpp	Thu Feb 23 20:18:39 2017 +0200
@@ -131,8 +131,6 @@
 		if (sigaction(signal, &sighandler, nullptr) == -1)
 			fprint(stderr, "Couldn't set signal handler %1: %2", signal, strerror(errno));
 	}
-
-	print("Crash catcher hooked to signals: %1\n", signalsToCatch);
 }
 
 #endif // Q_OS_UNIX

mercurial