Remove Debug

This commit is contained in:
ebolam
2022-10-15 19:25:52 -04:00
parent daec29f63a
commit e278f9f04f

View File

@@ -2975,7 +2975,6 @@ function update_context(data) {
let rgb = window.getComputedStyle(el)["background-color"].match(/(\d+), (\d+), (\d+)/).slice(1, 4).map(Number);
console.log(entry);
for (const [tokenId, token] of entry.tokens) {
let tokenColor = distortColor(rgb);
tokenColor = "#" + (tokenColor.map(dec2Hex2).join(""));