commit 96e05404db2b81b7e9c0f9977b5c2d7db44cc2b1
parent 4b1aac92a45c863815fe8f26d292b577c63365f0
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Wed, 16 Feb 2005 05:55:48 +0000
remove match_data printf() (what was that, a debug that sneaked in?)
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/ngrep.c b/ngrep.c
@@ -428,8 +428,6 @@ int main(int argc, char **argv) {
while (*s)
*s++ = tolower(*s);
- printf("match_data = %s\n", match_data);
-
} else pattern.translate = NULL;
#endif