Skip to content

Commit b71c886

Browse files
committed
remove log
1 parent f4109ec commit b71c886

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/common/atlas/apiClient.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ export class ApiClient {
9898
}
9999

100100
public hasCredentials(): boolean {
101-
logger.info(
102-
mongoLogId(1_000_000),
103-
"api-client",
104-
`Checking if API client has credentials: ${!!(this.oauth2Client && this.accessToken)}`
105-
);
106101
return !!(this.oauth2Client && this.accessToken);
107102
}
108103

0 commit comments

Comments
 (0)