Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Feb 26, 2021
1 parent 4c715ab commit 6f4d259
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ const createLine = (
type: indices.length > 2 ** 16 ? 'uint32' : 'uint16',
data: indices,
});

console.log('useOpacity', useOpacity(), opacity);
console.log('useColorOpacity', +!useOpacity());
};

const clear = () => {
Expand Down

0 comments on commit 6f4d259

Please sign in to comment.