Skip to content

Commit 438c092

Browse files
committed
Remove console.log
1 parent b0fc131 commit 438c092

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/analytics/testing/integration-tests/integration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ async function checkForEventCalls(retryCount = 0): Promise<PerformanceEntry[]> {
5050
if (callsWithEvent.length === 0) {
5151
return checkForEventCalls(retryCount + 1);
5252
} else {
53-
console.log('Events: ', JSON.stringify(callsWithEvent));
5453
return callsWithEvent;
5554
}
5655
}

0 commit comments

Comments
 (0)