main: remove forgotten debug output
This commit is contained in:
parent
434f9ef1fb
commit
ede323e0e9
|
@ -273,7 +273,6 @@ int main (int argc, char**argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (optind != argc) {
|
if (optind != argc) {
|
||||||
for (int i = 0; i < argc; ++i) out (argv[i]);
|
|
||||||
progerr ("unmatched non-option parameters");
|
progerr ("unmatched non-option parameters");
|
||||||
do_help = true;
|
do_help = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue