Remove a debugging printf that crept in.

Sponsored by:	iXsystems, Inc.
This commit is contained in:
Benno Rice 2018-04-12 17:00:36 +00:00
parent 695fed77a8
commit 3435b411f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332438

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 {