Skip to content

Commit

Permalink
fix: remove console.log in FadeDuringHighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Charanor authored Nov 6, 2022
1 parent e25556e commit b8420cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FadeDuringHighlight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ function FadeDuringHighlight({ children, style }: FadeDuringHighlightProps) {

const currentActiveOverlay = getCurrentActiveOverlay();

console.debug({ currentActiveOverlay });

return (
<View style={style}>
{children}
Expand Down

0 comments on commit b8420cc

Please # to comment.