From 041ebbc388458499c018e7b595d5d1b6abe9fab7 Mon Sep 17 00:00:00 2001 From: somebody Date: Thu, 8 Dec 2022 22:44:33 -0600 Subject: [PATCH] Cleanup debug --- static/koboldai.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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