Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed May 19, 2023
1 parent 2dd1a23 commit b4adfff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javascript/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -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_"]')
Expand Down

0 comments on commit b4adfff

Please sign in to comment.