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(); });