Skip to content

Commit

Permalink
debug log requests to posthog
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jun 24, 2022
1 parent 2d9dd07 commit 47029d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcafe/e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fixture('posthog.js capture')
})
})

// console.debug('Requests to posthog:', JSON.stringify(captureLogger.requests, null, 2))
console.debug('Requests to posthog:', JSON.stringify(captureLogger.requests, null, 2))
})

test('Custom events work and are accessible via /api/event', async (t) => {
Expand Down

0 comments on commit 47029d9

Please sign in to comment.