diff options
| author | Benno Rice <benno@FreeBSD.org> | 2018-04-12 17:00:36 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2018-04-12 17:00:36 +0000 |
| commit | 3435b411f8c94da6121ff4daefe156ba3f0881ab (patch) | |
| tree | 6f2a936b86962d531706c577b7b403c2b4069549 /usr.bin/etdump | |
| parent | 695fed77a84c35366dd5c77a9e84a466ba6702f4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/etdump')
| -rw-r--r-- | usr.bin/etdump/etdump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/etdump/etdump.c b/usr.bin/etdump/etdump.c index e8f144c3c52d..aedd53a9f6d1 100644 --- a/usr.bin/etdump/etdump.c +++ b/usr.bin/etdump/etdump.c @@ -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 { |
