remove debugging

This commit is contained in:
zefie
2025-02-15 10:28:34 -05:00
parent 943a774c9e
commit 8d23f850e7

View File

@@ -1657,8 +1657,6 @@ async function sendToClient(socket, headers_obj, data = null) {
} }
}); });
console.log(headers_obj);
// send to client // send to client
if (socket.res) { if (socket.res) {
var resCode = parseInt(headers_obj.Status.substr(0, 3)); var resCode = parseInt(headers_obj.Status.substr(0, 3));