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