We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d4ac8 commit 6fc9628Copy full SHA for 6fc9628
1 file changed
src/components/CopyCodeButton/index.tsx
@@ -36,8 +36,6 @@ export const CopyCodeButton = ({
36
}
37
};
38
39
- console.log('Component rendered, isCopied:', isCopied);
40
-
41
return (
42
<>
43
<CircleButton
0 commit comments