commit 85df41490710fcefd158e4e8d8175207d24feb2f
parent f5ff22d98febeddcc51668c49f35940cbffe599e
Author: Alexander Barton <alex@barton.de>
Date: Thu, 8 Dec 2016 00:18:57 +0100
Remove leftover debug message. Oops!
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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 */