Remove debug log

This commit is contained in:
Eric MacDonald
2021-08-07 19:44:22 -04:00
parent a2f3ce67a1
commit 8775eba32e

View File

@@ -543,8 +543,6 @@ async function sendToClient(socket, headers_obj, data) {
var wtvcomp = new WTVLzpf(); var wtvcomp = new WTVLzpf();
data = wtvcomp.Compress(data); data = wtvcomp.Compress(data);
console.log("data", data)
wtvcomp = null; // Makes the garbage gods happy so it cleans up our mess wtvcomp = null; // Makes the garbage gods happy so it cleans up our mess
} }