mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-17 16:25:03 +02:00
remove console log
This commit is contained in:
+1
-2
@@ -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_"]')
|
||||
|
||||
Reference in New Issue
Block a user