forked from lix-project/lix
* Remove debug message.
This commit is contained in:
parent
447089a5f6
commit
291030b900
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue