aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listamsb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/listamsb.c b/listamsb.c
index 2cebe3e..f11110a 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -295,8 +295,7 @@ int main(int argc, char **argv) {
proglen = read_header();
while( (lineno = next_line()) != -1 )
- if(verbose)
- fprintf(stderr, "line %d read OK\n", lineno);
+ /* nop */ ;
if(verbose)
fprintf(stderr, "read %d bytes\n", bytes_read);;