Skip to content

Commit 57caf91

Browse files
committed
comment out imports
1 parent f1b0b44 commit 57caf91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/analytics/src/factory.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ import { ANALYTICS_ID_FIELD } from './constants';
3838
import { AnalyticsError, ERROR_FACTORY } from './errors';
3939
import { FirebaseApp } from '@firebase/app-types';
4040
import { FirebaseInstallations } from '@firebase/installations-types';
41-
import {
42-
isIndexedDBAvailable,
43-
validateIndexedDBOpenable,
44-
areCookiesEnabled,
45-
isBrowserExtension
46-
} from '@firebase/util';
41+
// import {
42+
// isIndexedDBAvailable,
43+
// validateIndexedDBOpenable,
44+
// areCookiesEnabled,
45+
// isBrowserExtension
46+
// } from '@firebase/util';
4747

4848
/**
4949
* Maps gaId to FID fetch promises.

0 commit comments

Comments
 (0)