We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7397b43 commit 25f1949Copy full SHA for 25f1949
src/components/QuickStartPromptButton.jsx
@@ -49,7 +49,6 @@ export default function QuickStartPromptButton({ prompt = PROMPT }) {
49
50
const handleCopy = async () => {
51
if (window.analytics) {
52
- console.log('Copying prompt', window.analytics);
53
window.analytics.track('Clicked', {
54
app: 'docs',
55
button_text: 'Copy prompt',
0 commit comments