Skip to content

Commit 731aca8

Browse files
Cleanup
1 parent 9614b89 commit 731aca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/webui.mod/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ static size_t escape_html(char *dst, char *src, size_t size) {
392392
debug0("webui: escape_html(): unknown SHORT escape sequence found, skipping, PLEASE REPORT THIS BUG");
393393
break;
394394
case TLN_IAC:
395-
debug0("escape_html(): TLN_IAC_C");
395+
// debug0("escape_html(): TLN_IAC_C");
396396
if ((i + 2) < size) {
397397
if ( ((unsigned char) src[i + 1] == TLN_WILL) &&
398398
((unsigned char) src[i + 2] == TLN_ECHO))

0 commit comments

Comments
 (0)