mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
Remove console.log
This commit is contained in:
parent
7046fcc7c7
commit
f2b4f2e069
@ -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);
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user