Skip to content
Snippets Groups Projects
Commit 291030b9 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Remove debug message.

parent 447089a5
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ static void initAndRun(int argc, char * * argv)
act.sa_flags = 0;
if (sigaction(SIGINT, &act, &oact))
throw SysError("installing handler for SIGINT");
printMsg(lvlError, "SIG HANDLER INSTALLED");
/* Put the arguments in a vector. */
Strings args, remaining;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment