diff --git a/public/characters/Aqua.png b/public/characters/Aqua.png index 96997c06e..84af541e5 100644 Binary files a/public/characters/Aqua.png and b/public/characters/Aqua.png differ diff --git a/public/script.js b/public/script.js index 6a5c8c61c..15a6f41fd 100644 --- a/public/script.js +++ b/public/script.js @@ -1212,11 +1212,11 @@ function addOneMessage(mes, { type = "normal", insertAfter = null, scroll = true for (var i = 0; i < itemizedPrompts.length; i++) { if (itemizedPrompts[i].mesId === mesIdToFind) { newMessage.find(".mes_prompt").show(); - console.log(`showing prompt for mesID ${params.mesId} from ${params.characterName}`); + //console.log(`showing prompt for mesID ${params.mesId} from ${params.characterName}`); } else { - console.log(`no cache obj for mesID ${mesIdToFind}, hiding prompt button and continuing search`); + //console.log(`no cache obj for mesID ${mesIdToFind}, hiding prompt button and continuing search`); newMessage.find(".mes_prompt").hide(); - console.log(itemizedPrompts); + //console.log(itemizedPrompts); } } } else if (params.isUser !== true) { //hide all when prompt cache is empty @@ -1603,7 +1603,7 @@ class StreamingProcessor { $('.mes_buttons:last').show(); generatedPromtCache = ''; - console.log("Generated text size:", text.length, text) + //console.log("Generated text size:", text.length, text) if (power_user.auto_swipe) { function containsBlacklistedWords(str, blacklist, threshold) {