From 85df41490710fcefd158e4e8d8175207d24feb2f Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 8 Dec 2016 00:18:57 +0100 Subject: [PATCH] Remove leftover debug message. Oops! --- src/ngircd/irc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c index 5325b52a..72caf7d5 100644 --- a/src/ngircd/irc.c +++ b/src/ngircd/irc.c @@ -493,7 +493,6 @@ Option_String(UNUSED CONN_ID Idx) if(options & CONN_ZIP) /* zlib compression enabled */ strlcat(option_txt, "z", sizeof(option_txt)); #endif - LogDebug(" *** %d: %d = %s", Idx, options, option_txt); return option_txt; } /* Option_String */ -- 2.39.2