remove the console log

This commit is contained in:
斟酌 鵬兄 2016-02-13 18:19:52 +08:00
parent 3b143cd3ae
commit f3ba7a4a2d

View File

@ -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 );
}