Skip to content

Commit 0db8130

Browse files
committed
removed console.logs for debugging
1 parent 80fec55 commit 0db8130

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/ShareButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export default function ShareButton({ isFullscreen, viewerRef }: ShareButtonProp
3131
}, []);
3232

3333
const paperPath = origin + pathname;
34-
console.log("isFullscreen:", isFullscreen, "container:", isFullscreen ? viewerRef.current : document.body);
3534
return (
3635
<Dialog>
3736
<DialogTrigger asChild>

0 commit comments

Comments
 (0)