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 */
|
||||
strlcat(option_txt, "z", sizeof(option_txt));
|
||||
#endif
|
||||
LogDebug(" *** %d: %d = %s", Idx, options, option_txt);
|
||||
|
||||
return option_txt;
|
||||
} /* Option_String */
|
||||
|
|
Loading…
Reference in New Issue