From d3b0717d5ca35653e2afd2c9d69fa2b94ee8a1cb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Feb 2025 07:37:12 -0500 Subject: listamsb: remove "line N read OK" verbose message. --- listamsb.c | 3 +-- 1 file changed, 1 insertion(+), 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);; -- cgit v1.2.3