diff --git a/src/util-mpm-ac-gfbs.c b/src/util-mpm-ac-gfbs.c index 885a66c2e9..08fd21ffd3 100644 --- a/src/util-mpm-ac-gfbs.c +++ b/src/util-mpm-ac-gfbs.c @@ -781,7 +781,7 @@ static inline void SCACGfbsCreateModGotoTable(MpmCtx *mpm_ctx) exit(EXIT_FAILURE); } memset(ctx->goto_table_mod, 0, size); - printf("size- %d\n", size); + //printf("size- %d\n", size); mpm_ctx->memory_cnt++; mpm_ctx->memory_size += size;