Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
daswer123 committed Sep 1, 2023
1 parent 74828c4 commit 96125f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/inpaint-warning.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ onUiLoaded(async () => {
// if (mutation.type === "attributes" && mutation.attributeName === "class") {

setTimeout(() => { // delay check for 3 seconds
console.log(input.value)
// console.log(input.value)
if (enableLabel) {
handleInputChange(input, inpaintingPattern, inpaintButton);
}
Expand Down

0 comments on commit 96125f5

Please sign in to comment.