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) } }