We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac2760 commit a49dc31Copy full SHA for a49dc31
packages/vertexai/src/index.ts
@@ -41,7 +41,6 @@ function registerVertex(): void {
41
// getImmediate for FirebaseApp will always succeed
42
const app = container.getProvider('app').getImmediate();
43
const appCheckProvider = container.getProvider('app-check-internal');
44
- console.log(location);
45
return new VertexAIService(app, appCheckProvider, { location });
46
},
47
ComponentType.PUBLIC
0 commit comments