diff --git a/static/koboldai.js b/static/koboldai.js index 14820f42..3b029a63 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -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(""));