Skip to content

Commit

Permalink
Removed empty console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Ilin committed Aug 7, 2018
1 parent 4039474 commit 82e1c66
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 @@ -35,7 +35,6 @@ WebpackCopyOnBuildPlugin.prototype.apply = function(compiler) {
fs = require('fs');
}

console.log();

var rd = fs.createReadStream(from);

Expand Down

0 comments on commit 82e1c66

Please sign in to comment.