From b5006e3b0711d9f7712b543e31c2186f88b0fe44 Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 7 Feb 2016 12:15:15 +0000 Subject: [PATCH] remove redundant console.log from gulpfile --- Gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index c14eeb9..f331cc1 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -109,7 +109,6 @@ gulp.task('bump', function() { gulp.task('reload', function(callback) { delete require.cache[require.resolve('./package.json')]; pkg = require('./package.json'); - console.log(pkg.version); callback(); });