* Remove debug message.

This commit is contained in:
Eelco Dolstra 2004-01-15 20:58:44 +00:00
parent 447089a5f6
commit 291030b900
1 changed files with 0 additions and 1 deletions

View File

@ -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;