Skip to content

Commit

Permalink
remove redundant console.log from gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Feb 7, 2016
1 parent dd5e260 commit b5006e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

Expand Down

0 comments on commit b5006e3

Please sign in to comment.