mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-03 22:31:42 -08:00
remove console.log
This commit is contained in:
parent
32e790a47e
commit
fa68d66c98
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue