remove the console log
This commit is contained in:
parent
3b143cd3ae
commit
f3ba7a4a2d
@ -29,7 +29,6 @@ class CResponse
|
||||
{
|
||||
this.canExit = false;
|
||||
|
||||
console.log( this.content );
|
||||
this.raw.writeHead( this.statusCode, this.headers );
|
||||
this.raw.end( this.content );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user