remove debugging
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user