]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Remove leftover debug message. Oops!
authorAlexander Barton <alex@barton.de>
Wed, 7 Dec 2016 23:18:57 +0000 (00:18 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 7 Dec 2016 23:18:57 +0000 (00:18 +0100)
src/ngircd/irc.c

index 5325b52aedaa7ef3cd470f9ef09a7a9c3bb2a2d7..72caf7d576120e6abea27d6f5fb4e1e33866643f 100644 (file)
@@ -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
        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 */
 
        return option_txt;
 } /* Option_String */