Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks committed Mar 5, 2018
1 parent d235770 commit 6508eb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/responsive_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function generateResponsiveImages() {
return Promise.all(sizes.map(function (sizeSets) {
return Promise.all(Object.keys(sizeSets).map(function (name) {
var newPath = getNewPath(filePath, {prefix: name})
console.log('SIEMA', filePath, newPath)
return route.set(newPath, resizeImageFn(buffer, sizeSets[name]))
}))
}))
Expand Down

0 comments on commit 6508eb5

Please sign in to comment.