Remove a debugging printf that crept in.

Sponsored by:	iXsystems, Inc.
This commit is contained in:
benno 2018-04-12 17:00:36 +00:00
parent 1ebccb19a5
commit 4d1ff9c758

View File

@ -257,7 +257,6 @@ main(int argc, char **argv)
argv += optind;
for (i = 0; i < argc; i++) {
printf("%d %s\n", optind, argv[i]);
if (strcmp(argv[i], "-") == 0) {
iso = stdin;
} else {