remove console.log

Gradio-v4-updates
Danil Boldyrev 2023-09-01 20:41:51 +03:00
parent 74828c4495
commit 96125f540b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}