Skip to content

Commit 3c823fa

Browse files
committed
remove other references to updateEmulatorBanner
1 parent 73cdf8a commit 3c823fa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/data-connect/src/api/DataConnect.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ import {
2424
import { AppCheckInternalComponentName } from '@firebase/app-check-interop-types';
2525
import { FirebaseAuthInternalName } from '@firebase/auth-interop-types';
2626
import { Provider } from '@firebase/component';
27-
import {
28-
isCloudWorkstation,
29-
pingServer,
30-
updateEmulatorBanner
31-
} from '@firebase/util';
27+
import { isCloudWorkstation, pingServer } from '@firebase/util';
3228

3329
import { AppCheckTokenProvider } from '../core/AppCheckTokenProvider';
3430
import { Code, DataConnectError } from '../core/error';
@@ -245,7 +241,6 @@ export function connectDataConnectEmulator(
245241
// Workaround to get cookies in Firebase Studio
246242
if (isCloudWorkstation(host)) {
247243
void pingServer(`https://${host}${port ? `:${port}` : ''}`);
248-
updateEmulatorBanner('Data Connect', true);
249244
}
250245
dc.enableEmulator({ host, port, sslEnabled });
251246
}

0 commit comments

Comments
 (0)