Skip to content

Commit a49dc31

Browse files
committed
remove console.log
1 parent fac2760 commit a49dc31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vertexai/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ function registerVertex(): void {
4141
// getImmediate for FirebaseApp will always succeed
4242
const app = container.getProvider('app').getImmediate();
4343
const appCheckProvider = container.getProvider('app-check-internal');
44-
console.log(location);
4544
return new VertexAIService(app, appCheckProvider, { location });
4645
},
4746
ComponentType.PUBLIC

0 commit comments

Comments
 (0)