Remove logging

This commit is contained in:
Andrew Stephens
2024-02-24 19:57:22 -05:00
parent 2a7ca16fe7
commit fdef784e41

View File

@@ -265,8 +265,6 @@ class ASDitheredImage extends HTMLElement {
const calculatedHeight = Math.round(rect.height * screenPixelsToBackingStorePixels)
let adjustedPixelSize = Math.round(screenPixelsToBackingStorePixels * this.crunchFactor_)
console.log("cunch: ", this.crunchFactor_, " adjustedPixelSize : ", adjustedPixelSize)
// double check - we may have already painted this image
if ((this.last_draw_state_.width == calculatedWidth) &&
(this.last_draw_state_.height == calculatedHeight) &&