removed debugging message

This commit is contained in:
Nikos Mavrogiannopoulos
2014-06-10 15:58:53 +02:00
parent c49128f1bb
commit 23f6e8e187

View File

@@ -154,7 +154,6 @@ void cleanup_client_entries(void *_db)
t = htable_first(db, &iter);
while (t != NULL) {
fprintf(stderr, "entry[%d]: %s\n", t->have_session, t->username);
if (t->have_session == 0 && now - t->time > MAX_AUTH_SECS + SLACK_TIME) {
htable_delval(db, &iter);
clean_entry(t);