From d3904fa7169d9a88b2340ab6d6e6206009f72573 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Tue, 14 Jun 2022 23:46:57 -0500 Subject: [PATCH] cleanup --- src/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.js b/src/main.js index 07a3f5c..772e489 100644 --- a/src/main.js +++ b/src/main.js @@ -319,8 +319,6 @@ class Gradient { return [(hex >> 16 & 255) / 255, (hex >> 8 & 255) / 255, (255 & hex) / 255] }) - - console.log(this.colors) } }