diff --git a/as-dithered-image.js b/as-dithered-image.js index 16cafcb..aa7b85d 100644 --- a/as-dithered-image.js +++ b/as-dithered-image.js @@ -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) &&