diff --git a/gulpfile.js b/gulpfile.js index 8684460fba..7e176cd20c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -101,7 +101,6 @@ gulp.task('serve', connect.server({ return [function(req, resp, next){ if (req.url.match(/\.dart$/)) { resp.setHeader("Content-Type", "application/dart"); - console.log('now', req.url); } next(); }];