Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Jun 15, 2022
1 parent 509202e commit d3904fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ class Gradient {

return [(hex >> 16 & 255) / 255, (hex >> 8 & 255) / 255, (255 & hex) / 255]
})

console.log(this.colors)
}
}

Expand Down

0 comments on commit d3904fa

Please sign in to comment.