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 8a2dd3a commit 7b45ffcCopy full SHA for 7b45ffc
src/auth/ui/vue/show.ts
@@ -69,7 +69,6 @@ export class AuthWebview extends VueWebview {
69
}
70
71
getCredentialFormatError(key: CredentialsKey, value: string | undefined): string | undefined {
72
- getLogger().warn('getCredentialFormatError(): %s %s', key, value)
73
return getCredentialFormatError(key, value)
74
75
0 commit comments