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]) {