Skip to content

Commit

Permalink
Remove pointless debug form compress-images
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jun 1, 2017
1 parent 92646d8 commit cbb310a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fn/compress-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const trace = require('../lib/log').trace;
module.exports = (project/*, couchUrl*/) => {
return fs.recurseFiles(project)
.filter(name => name.endsWith('.png'))
.map(f => { console.log('compressing png: ', f); return f; })
.reduce((promiseChain, png) =>
promiseChain
.then(() => info('Compressing PNG:', png, '…'))
Expand Down

0 comments on commit cbb310a

Please sign in to comment.