From 4976d1301358573f53862692c84ae3359fe040b7 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 8 Sep 2017 11:25:45 -0400 Subject: [PATCH] removed console log --- src/plugins/data.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/data.js b/src/plugins/data.js index 164fa8eb1c..1fe4b2e861 100644 --- a/src/plugins/data.js +++ b/src/plugins/data.js @@ -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);