From b0bad4999bd05eddc689eebd6cf8778f2be7841a Mon Sep 17 00:00:00 2001 From: somebody Date: Sun, 30 Oct 2022 11:16:16 -0500 Subject: [PATCH] Remove some debug code for the notifications Whoops --- static/koboldai.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/koboldai.js b/static/koboldai.js index ff7341c5..ea544516 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -5499,8 +5499,6 @@ function reportError(title, text) { showNotification(title, text, "error"); } -showNotification("Be aware!", "Things are happening at an alarming pace!"); - //function to load more actions if nessisary function infinite_scroll() { if (scroll_trigger_element != undefined) {