Remove console.log
This commit is contained in:
parent
7046fcc7c7
commit
f2b4f2e069
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ module.exports = (opts = {}) => {
|
||||||
of running replacer(url)
|
of running replacer(url)
|
||||||
*/
|
*/
|
||||||
root.walkDecls(decl => processURL(decl, opts.replacer, colorMap));
|
root.walkDecls(decl => processURL(decl, opts.replacer, colorMap));
|
||||||
console.log("result", colorMap);
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue