From 9cc6972c1c7ac6012181f7c6e43e6e7abb92a827 Mon Sep 17 00:00:00 2001 From: somebody Date: Mon, 24 Jul 2023 11:30:33 -0500 Subject: [PATCH] Shh! --- static/koboldai.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/koboldai.js b/static/koboldai.js index 4902908f..1544ee93 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -776,7 +776,6 @@ function update_status_bar(data) { } function do_ai_busy(data) { - console.log("AIBUSY", data.value) ai_busy = data.value; // Don't allow editing while Mr. Kobold is thinking document.getElementById("Selected Text").contentEditable = !ai_busy;