Skip to content

Commit d3426fd

Browse files
committed
remove erroneous console.log
1 parent e5a381b commit d3426fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ module.exports = postcss.plugin("postcss-hash", opts => {
5252
// to the CSS and returns it as res[0]
5353
const res = map.generate()
5454

55-
console.log('changing opts.to', res[0])
5655
result.opts.to = utils.rename(originalName, res[0], opts);
5756
} else {
5857
result.opts.to = utils.rename(originalName, root.toString(), opts);

0 commit comments

Comments
 (0)