Skip to content

Commit 9dc149b

Browse files
committed
Revert totally
1 parent 4792cd3 commit 9dc149b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/analytics/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ describe('FirebaseAnalytics instance tests', () => {
9191
// For IE: Need then() or else "expect" runs immediately on FID resolve
9292
// before the other statements in initializeGAId.
9393
await fidDeferred.promise.then();
94-
console.log('callCount', gtagStub.callCount);
9594
expect(gtagStub).to.have.been.calledWith('js');
9695
expect(gtagStub).to.have.been.calledWith(
9796
GtagCommand.CONFIG,

0 commit comments

Comments
 (0)