From f325d45831bbd62175cccf17718fda32a9e49e77 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 2 Sep 2012 15:55:14 -0400 Subject: [PATCH] remove debug code from strings(1) --- bin/strings/strings.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/strings/strings.c b/bin/strings/strings.c index 17349f4..19091f8 100644 --- a/bin/strings/strings.c +++ b/bin/strings/strings.c @@ -52,7 +52,6 @@ extern int getopt(int,char **,char*); exit(2); } if (inRow < 4) inRow = 4; - printf("optind: %d argc: %d\n",optind,argc); argv += optind; buffer = (unsigned char *)malloc(bufSize); string = (unsigned char *)malloc(stringSize);