Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Space Corp Engineering authored and gitaarwerk committed Mar 7, 2023
1 parent cf9cde4 commit 3f3a82c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gleamy",
"description": "Create a reactive shiny background in different materials",
"version": "0.0.10",
"version": "0.0.11",
"license": "NPOSL-3.0",
"private": false,
"author": {
Expand Down
2 changes: 0 additions & 2 deletions src/lib/definitions/plastic/iridescent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export const iridescent = ({
const saturation = 100 ** hueRotationSpeed;
const colorOffsetDeg = 45 ** hueRotationSpeed;

console.log(foilVisibility);

const colorStops = [
[
0,
Expand Down

0 comments on commit 3f3a82c

Please sign in to comment.