diff --git a/src/FadeDuringHighlight.tsx b/src/FadeDuringHighlight.tsx index 9ea2275..fde34d3 100644 --- a/src/FadeDuringHighlight.tsx +++ b/src/FadeDuringHighlight.tsx @@ -24,8 +24,6 @@ function FadeDuringHighlight({ children, style }: FadeDuringHighlightProps) { const currentActiveOverlay = getCurrentActiveOverlay(); - console.debug({ currentActiveOverlay }); - return ( {children}