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 b0fc131 commit 438c092Copy full SHA for 438c092
packages/analytics/testing/integration-tests/integration.ts
@@ -50,7 +50,6 @@ async function checkForEventCalls(retryCount = 0): Promise<PerformanceEntry[]> {
50
if (callsWithEvent.length === 0) {
51
return checkForEventCalls(retryCount + 1);
52
} else {
53
- console.log('Events: ', JSON.stringify(callsWithEvent));
54
return callsWithEvent;
55
}
56
0 commit comments