mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-27 13:59:01 -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) {
|
gulp.task('reload', function(callback) {
|
||||||
delete require.cache[require.resolve('./package.json')];
|
delete require.cache[require.resolve('./package.json')];
|
||||||
pkg = require('./package.json');
|
pkg = require('./package.json');
|
||||||
console.log(pkg.version);
|
|
||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue