From afed0c8a94d7118328e60d80053c849a818da213 Mon Sep 17 00:00:00 2001 From: somebody Date: Sat, 10 Dec 2022 11:33:07 -0600 Subject: [PATCH] ELIMINATE debug --- static/koboldai.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/koboldai.js b/static/koboldai.js index 352d12c5..1447cc84 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -6811,7 +6811,6 @@ function imgGenRetry() { $el("#story-commentary-settings > .add").addEventListener("click", () => makeCommentatorCard()); async function showStoryReview(data) { - console.log(`${data.who}: ${data.review}`) storyReviewImg.src = `/get_commentator_picture/${data.id}`; $el("#story-review-author").innerText = data.who; $el("#story-review-content").innerText = data.review; @@ -6821,7 +6820,6 @@ function imgGenRetry() { socket.on("show_story_review", showStoryReview); let x = $el("#story-commentary-enable").querySelector("input") - console.log(x) // Bootstrap toggle requires jQuery for events $($el("#story-commentary-enable").querySelector("input")).change(function() {