From a8342b3a1ef8367d729717a68b24bb2b23486800 Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Thu, 20 Jun 2024 17:44:19 -0400 Subject: [PATCH] remove console log --- src/aesthetics/ColorAesthetic.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/aesthetics/ColorAesthetic.ts b/src/aesthetics/ColorAesthetic.ts index c9d19f9d4..b45124898 100644 --- a/src/aesthetics/ColorAesthetic.ts +++ b/src/aesthetics/ColorAesthetic.ts @@ -171,7 +171,6 @@ function getSequentialScale( } // Try it in lowercase too - console.log({ interpolator, range }); if (transform === 'sqrt') { return scaleSequentialSqrt(interpolator); } else if (transform === 'log') {