remove unnecessary logging
This commit is contained in:
parent
60bed4cb1f
commit
312dc4bd7f
1
dist/mod02/index.js
vendored
1
dist/mod02/index.js
vendored
@ -26,7 +26,6 @@ let mocha = function (configArg) {
|
|||||||
plugins.gulpSourcemaps.write(),
|
plugins.gulpSourcemaps.write(),
|
||||||
plugins.gulpInjectModules(),
|
plugins.gulpInjectModules(),
|
||||||
plugins.through2.obj((file, enc, cb) => {
|
plugins.through2.obj((file, enc, cb) => {
|
||||||
console.log(file);
|
|
||||||
cb();
|
cb();
|
||||||
}, (cb) => {
|
}, (cb) => {
|
||||||
cb();
|
cb();
|
||||||
|
Loading…
Reference in New Issue
Block a user