Skip to content

Commit

Permalink
comment out imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyang1 committed Aug 12, 2020
1 parent f1b0b44 commit 57caf91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/analytics/src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ import { ANALYTICS_ID_FIELD } from './constants';
import { AnalyticsError, ERROR_FACTORY } from './errors';
import { FirebaseApp } from '@firebase/app-types';
import { FirebaseInstallations } from '@firebase/installations-types';
import {
isIndexedDBAvailable,
validateIndexedDBOpenable,
areCookiesEnabled,
isBrowserExtension
} from '@firebase/util';
// import {
// isIndexedDBAvailable,
// validateIndexedDBOpenable,
// areCookiesEnabled,
// isBrowserExtension
// } from '@firebase/util';

/**
* Maps gaId to FID fetch promises.
Expand Down

0 comments on commit 57caf91

Please sign in to comment.