From 05f5b9a5ae4e80cbd95de4ff345f3aaa5b7c2acf Mon Sep 17 00:00:00 2001 From: welefen Date: Mon, 7 Jul 2014 14:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=94=A8=E5=8F=91=E9=80=81content-typ?= =?UTF-8?q?e=E5=A4=9A=E6=AC=A1=E6=97=B6=EF=BC=8C=E4=B8=8D=E5=9C=A8console.?= =?UTF-8?q?log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Lib/Core/Controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Lib/Core/Controller.js b/lib/Lib/Core/Controller.js index 333f8e5a..1792ce9b 100644 --- a/lib/Lib/Core/Controller.js +++ b/lib/Lib/Core/Controller.js @@ -357,8 +357,6 @@ module.exports = Class(function() { //Content-Type Header has been Send this.http.cthIsSend = true; this.http.setHeader('Content-Type', ext); - }else{ - console.log('Content-Type has been send'); } }, /**