From f3cf6896a72e959c7939c06e33b5264144b7d3f0 Mon Sep 17 00:00:00 2001 From: SJ Date: Thu, 10 Nov 2016 22:11:29 +0100 Subject: [PATCH] removed debug info Change-Id: I5192cd078f39987fff4b58972697f57773584a7c Signed-off-by: SJ --- src/piler-smtp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/piler-smtp.c b/src/piler-smtp.c index fb902e42..69e22f72 100644 --- a/src/piler-smtp.c +++ b/src/piler-smtp.c @@ -266,8 +266,6 @@ int start_new_session(int socket){ slot = get_session_slot(); - syslog(LOG_PRIORITY, "INFO: found slot: %d", slot); - if(slot >= 0 && sessions[slot] == NULL){ sessions[slot] = malloc(sizeof(struct smtp_session)); if(sessions[slot]){