get rid of debug
This commit is contained in:
parent
888782c2a9
commit
957249ed71
|
@ -48,7 +48,7 @@ export class Server {
|
|||
}
|
||||
log.debug("Socket", socket.remoteAddress, "has", socket.data.dataBuffer.length, "data for parsing.");
|
||||
|
||||
if(config.debug) await new Promise(r => setTimeout(r, 100));
|
||||
//if(config.debug) await new Promise(r => setTimeout(r, 100));
|
||||
|
||||
const parseBuffer = () => {
|
||||
if(!socket.data.dataBuffer) return;
|
||||
|
|
Loading…
Reference in a new issue