Commit e12793e9 authored by AUTOMATIC's avatar AUTOMATIC

delete unwanted console.log

parent c8c66290
......@@ -39,7 +39,6 @@ function requestMoreProgress(id_part, id_progressbar_span, id_interrupt){
btn.click();
var progressDiv = gradioApp().querySelectorAll('#' + id_progressbar_span).length > 0;
var interrupt = gradioApp().getElementById(id_interrupt)
console.log(progressDiv, interrupt)
if(progressDiv && interrupt){
interrupt.style.display = "block"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment