Remove console.log

This commit is contained in:
RMidhunSuresh 2022-03-27 20:35:10 +05:30
parent 7046fcc7c7
commit f2b4f2e069

View file

@ -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);
}, },
}; };
}; };