]> pd.if.org Git - zpackage/commitdiff
remove debugging printf
authorNathan Wagner <nw@hydaspes.if.org>
Mon, 30 Mar 2015 18:58:53 +0000 (18:58 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Mon, 30 Mar 2015 18:58:53 +0000 (18:58 +0000)
.gitignore [new file with mode: 0644]
elf/elftype.c

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..941a639
--- /dev/null
@@ -0,0 +1 @@
+elftype
index 94e68b9306f17bff1bce062c8d2c4a8972d666d5..79c7d0016e20cd6b2a8ba575d14bda163c822250 100644 (file)
@@ -66,7 +66,6 @@ int main(int ac, char **av) {
                quiet = 2;
                perr = 0;
                while (readline(list, fn)) {
-                       fprintf(stderr, "checking %s\n", fn);
                        if (checkfile(fn, want,perr,quiet)) {
                                printf("%s\n", fn);
                        }