From fdef784e419570763bd18de6c218b03ef18da45b Mon Sep 17 00:00:00 2001 From: Andrew Stephens Date: Sat, 24 Feb 2024 19:57:22 -0500 Subject: [PATCH] Remove logging --- as-dithered-image.js | 2 -- 1 file changed, 2 deletions(-) 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) &&