removed console log

v1.18.x
Julian Lam 7 years ago
parent f7d78771f8
commit 4976d13013

@ -197,7 +197,6 @@ function getScripts(pluginData, target, callback) {
var scripts = [];
async.eachSeries(input, function (filePath, next) {
console.log(filePath);
resolveModulePath(pluginData.path, filePath, function (err, modulePath) {
if (err) {
return next(err);

Loading…
Cancel
Save