Skip to content

Commit 25f1949

Browse files
Remove console.log
1 parent 7397b43 commit 25f1949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/QuickStartPromptButton.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default function QuickStartPromptButton({ prompt = PROMPT }) {
4949

5050
const handleCopy = async () => {
5151
if (window.analytics) {
52-
console.log('Copying prompt', window.analytics);
5352
window.analytics.track('Clicked', {
5453
app: 'docs',
5554
button_text: 'Copy prompt',

0 commit comments

Comments
 (0)