mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-30 18:22:56 +08:00
remove console.log
This commit is contained in:
parent
32e790a47e
commit
fa68d66c98
@ -419,7 +419,6 @@ onUiLoaded(async() => {
|
||||
parseFloat(canvas.style.width) > 865 &&
|
||||
parseFloat(targetElement.style.width) > 865
|
||||
) {
|
||||
console.log(parseFloat(canvas.style.width), parseFloat(targetElement.style.width));
|
||||
fitToElement();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user