From a48ddc46b7dbdaf58041d33423c0dd8c6709f397 Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Thu, 15 Oct 2009 19:59:26 -0300 Subject: [PATCH] Flags janitor --- src/detect-flags.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detect-flags.c b/src/detect-flags.c index eb2c0eb8bb..5c1e8c7eb2 100644 --- a/src/detect-flags.c +++ b/src/detect-flags.c @@ -194,7 +194,6 @@ static DetectFlagsData *DetectFlagsParse (char *rawstr) /** Second parse first set of flags */ ptr = args[1]; - printf("%p %p\n",ptr,args[1]); while (*args[1] != '\0') { switch (*args[1]) {