Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zerovox committed Sep 19, 2019
1 parent 69f8382 commit 39f06c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/color.js
Expand Up @@ -219,7 +219,6 @@ function rgbn(n) {
}

function rgbn8(n) {
console.log(n);
return new Rgb(n >> 24 & 0xff, n >> 16 & 0xff, n >> 8 & 0xff, (n & 0xff) / 0xff);
}

Expand Down

0 comments on commit 39f06c9

Please sign in to comment.