Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jan 6, 2025
1 parent fce3d65 commit 2e58e9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sqladmin-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ export class SQLAdminFetcher {
project: projectId,
instance: instanceId,
});
const userAgent = res.config.headers!['User-Agent'];
console.warn('Printing user agent!!!');
console.log('UserAgent: ', userAgent);

if (!res.data) {
throw new CloudSQLConnectorError({
message:
Expand Down

0 comments on commit 2e58e9f

Please sign in to comment.