Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Kosla committed Oct 5, 2018
1 parent 262ccd5 commit 6f96a1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/build_tools/sass_handler.js
Expand Up @@ -49,7 +49,6 @@ sass_handler.prototype.init = function (gulp, browser_sync) {
.pipe(gulp.dest(enduro.project_path + '/' + enduro.config.build_folder + '/assets/css'))
.pipe(browser_sync.stream())
.on('end', () => {
console.log(Object.keys(enduro.flags).length)
logger.timestamp('Sass compiling finished', 'enduro_events')
})

Expand Down

0 comments on commit 6f96a1c

Please sign in to comment.