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