diff --git a/static/koboldai.js b/static/koboldai.js index 90fca65d..7f4bcb66 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -3599,7 +3599,6 @@ function update_context(data) { for (const entry of data) { - console.info(entry) let contextClass = "context-" + ({ soft_prompt: "sp", prompt: "prompt", @@ -6681,4 +6680,4 @@ function imgGenRetry() { }); -})() \ No newline at end of file +})(); \ No newline at end of file