From 8ec51fce577a582fd48effe37c26b5f295131ee0 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 19 Apr 2010 16:29:27 +0200 Subject: [PATCH] Remove leftover debug print. --- src/util-debug.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util-debug.c b/src/util-debug.c index 7e0acef420..05c73fb16f 100644 --- a/src/util-debug.c +++ b/src/util-debug.c @@ -556,8 +556,6 @@ static inline SCLogOPIfaceCtx *SCLogInitFileOPIface(const char *file, static inline SCLogOPIfaceCtx *SCLogInitConsoleOPIface(const char *log_format, SCLogLevel log_level) { - printf("SCLogInitConsoleOPIface start\n"); - SCLogOPIfaceCtx *iface_ctx = SCLogAllocLogOPIfaceCtx(); if ( (iface_ctx = malloc(sizeof(SCLogOPIfaceCtx))) == NULL) {