Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Jun 20, 2024
1 parent 3e9cf80 commit a8342b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aesthetics/ColorAesthetic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit a8342b3

Please sign in to comment.