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'); } }, /**