1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-25 00:08:20 +00:00

main: remove forgotten debug output

This commit is contained in:
Mirek Kratochvil 2013-04-22 09:22:56 +02:00
parent 434f9ef1fb
commit ede323e0e9

@ -273,7 +273,6 @@ int main (int argc, char**argv)
}
if (optind != argc) {
for (int i = 0; i < argc; ++i) out (argv[i]);
progerr ("unmatched non-option parameters");
do_help = true;
}