From b4adfff15a659d109bd9a3bf49acee4ff0103bf2 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Fri, 19 May 2023 10:33:09 +0300 Subject: [PATCH] remove console log --- javascript/ui.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/javascript/ui.js b/javascript/ui.js index a6d8b6c0..7acf1a88 100644 --- a/javascript/ui.js +++ b/javascript/ui.js @@ -813,7 +813,6 @@ onUiLoaded(function () { elem.generateOnRepeatInterval = setInterval(function () { if (window.getComputedStyle(generate_button).display !== "none") { generate_button.click(); - console.log(elem.id); } }, 500); } @@ -1299,7 +1298,7 @@ onUiLoaded(function () { setting_quicksettings.value = field_settings; //addModelCheckpoint(); saveQuickSettings(); - console.log(section + " - " + id + " - " + checked); + //console.log(section + " - " + id + " - " + checked); } gradioApp() .querySelectorAll('[id*="add2quick_"]')