Remove console.log

This commit is contained in:
RMidhunSuresh 2022-03-27 20:35:10 +05:30
parent 7046fcc7c7
commit f2b4f2e069
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ module.exports = (opts = {}) => {
of running replacer(url)
*/
root.walkDecls(decl => processURL(decl, opts.replacer, colorMap));
console.log("result", colorMap);
},
};
};