commit 85df41490710fcefd158e4e8d8175207d24feb2f from: Alexander Barton date: Wed Dec 07 23:18:57 2016 UTC Remove leftover debug message. Oops! commit - f5ff22d98febeddcc51668c49f35940cbffe599e commit + 85df41490710fcefd158e4e8d8175207d24feb2f blob - 5325b52aedaa7ef3cd470f9ef09a7a9c3bb2a2d7 blob + 72caf7d576120e6abea27d6f5fb4e1e33866643f --- src/ngircd/irc.c +++ 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 */