Skip to content

Commit 2e58e9f

Browse files
chore: remove logs
1 parent fce3d65 commit 2e58e9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sqladmin-fetcher.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ export class SQLAdminFetcher {
174174
project: projectId,
175175
instance: instanceId,
176176
});
177-
const userAgent = res.config.headers!['User-Agent'];
178-
console.warn('Printing user agent!!!');
179-
console.log('UserAgent: ', userAgent);
177+
180178
if (!res.data) {
181179
throw new CloudSQLConnectorError({
182180
message:

0 commit comments

Comments
 (0)