mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove Debug
This commit is contained in:
@@ -2975,7 +2975,6 @@ function update_context(data) {
|
|||||||
|
|
||||||
let rgb = window.getComputedStyle(el)["background-color"].match(/(\d+), (\d+), (\d+)/).slice(1, 4).map(Number);
|
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) {
|
for (const [tokenId, token] of entry.tokens) {
|
||||||
let tokenColor = distortColor(rgb);
|
let tokenColor = distortColor(rgb);
|
||||||
tokenColor = "#" + (tokenColor.map(dec2Hex2).join(""));
|
tokenColor = "#" + (tokenColor.map(dec2Hex2).join(""));
|
||||||
|
Reference in New Issue
Block a user