remove console.log
This commit is contained in:
parent
32e790a47e
commit
fa68d66c98
|
@ -419,7 +419,6 @@ onUiLoaded(async() => {
|
||||||
parseFloat(canvas.style.width) > 865 &&
|
parseFloat(canvas.style.width) > 865 &&
|
||||||
parseFloat(targetElement.style.width) > 865
|
parseFloat(targetElement.style.width) > 865
|
||||||
) {
|
) {
|
||||||
console.log(parseFloat(canvas.style.width), parseFloat(targetElement.style.width));
|
|
||||||
fitToElement();
|
fitToElement();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue