Remove leftover debug print.

remotes/origin/master-1.0.x
Victor Julien 16 years ago
parent 2797e67a79
commit 8ec51fce57

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

Loading…
Cancel
Save