Commit Diff
Diff:
f5ff22d98febeddcc51668c49f35940cbffe599e
85df41490710fcefd158e4e8d8175207d24feb2f
Commit:
85df41490710fcefd158e4e8d8175207d24feb2f
Tree:
620d4a0f526160c6cd397b77fb4014642d45ce57
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Wed Dec 7 23:18:57 2016 UTC
Message:
Remove leftover debug message. Oops!
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 */
IRCNow