0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-26 13:49:01 -05:00

remove redundant console.log from gulpfile

This commit is contained in:
liabru 2016-02-07 12:15:15 +00:00
parent dd5e2602e9
commit b5006e3b07

View file

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