Skip to content

Commit

Permalink
fix: Remove build time console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mschinis authored and knownasilya committed Apr 22, 2018
1 parent 6800697 commit cd0abb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = {

const app = this._findHost();
let assetDir = path.join(this.project.root, app.bowerDirectory, 'plupload', 'js');
console.log(assetDir);

if (existsSync(assetDir)) {
const browserTrees = fastbootTransform(new Funnel(assetDir, {
Expand Down

0 comments on commit cd0abb9

Please sign in to comment.