Skip to content

Commit

Permalink
removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
miukimiu committed Jun 1, 2020
1 parent 344ab48 commit 9003578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/color_picker/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export const getLinearGradient = (palette: string[] | ColorStop[]) => {

// Given an array of hex colors returns a css linear-gradient with individual color blocks
export const getFixedLinearGradient = (palette: string[]) => {
console.log(palette);
const intervals = palette.length;

let fixedLinearGradient;
Expand Down

0 comments on commit 9003578

Please sign in to comment.