mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-25 13:39:06 -05:00
remove redundant console.log from gulpfile
This commit is contained in:
parent
dd5e2602e9
commit
b5006e3b07
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue