Skip to content

Commit 7b45ffc

Browse files
remove log message (#3744)
Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 8a2dd3a commit 7b45ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/auth/ui/vue/show.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class AuthWebview extends VueWebview {
6969
}
7070

7171
getCredentialFormatError(key: CredentialsKey, value: string | undefined): string | undefined {
72-
getLogger().warn('getCredentialFormatError(): %s %s', key, value)
7372
return getCredentialFormatError(key, value)
7473
}
7574

0 commit comments

Comments
 (0)