Commit fa68d66c authored by Danil Boldyrev's avatar Danil Boldyrev

remove console.log

parent 32e790a4
......@@ -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;
}
......
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