Skip to content

Commit

Permalink
Removing an unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezmason committed May 30, 2020
1 parent 6abc701 commit 9c71a1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/build-gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,6 @@ mkdirp('www/gallery', function (err) {
if (err) { throw err }

files.forEach(function (file, _, i) {

console.log(file);

var currentFileStats = fs.statSync(file)
var targetFile = jsName(file).replace('.js', '.min.js')
var targetFileStats = fs.existsSync(targetFile) && fs.statSync(targetFile)
Expand Down

0 comments on commit 9c71a1a

Please sign in to comment.