mirror of https://github.com/embarklabs/embark.git
remove console logs
This commit is contained in:
parent
f4d2f5346d
commit
ed8fe3a951
|
@ -138,9 +138,6 @@ class Pipeline {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}).run((_err, _stats) => {
|
}).run((_err, _stats) => {
|
||||||
console.dir('--------------------------');
|
|
||||||
console.dir(_stats);
|
|
||||||
console.dir('--------------------------');
|
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -194,7 +191,6 @@ class Pipeline {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}).run((_err, _stats) => {
|
}).run((_err, _stats) => {
|
||||||
console.dir(_err);
|
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue