mirror of
https://github.com/osmarks/ngircd.git
synced 2025-03-01 07:20:00 +00:00
Remove leftover debug message. Oops!
This commit is contained in:
parent
f5ff22d98f
commit
85df414907
@ -493,7 +493,6 @@ Option_String(UNUSED CONN_ID Idx)
|
|||||||
if(options & CONN_ZIP) /* zlib compression enabled */
|
if(options & CONN_ZIP) /* zlib compression enabled */
|
||||||
strlcat(option_txt, "z", sizeof(option_txt));
|
strlcat(option_txt, "z", sizeof(option_txt));
|
||||||
#endif
|
#endif
|
||||||
LogDebug(" *** %d: %d = %s", Idx, options, option_txt);
|
|
||||||
|
|
||||||
return option_txt;
|
return option_txt;
|
||||||
} /* Option_String */
|
} /* Option_String */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user