diff --git a/ui/src/app/pages/server-routes/security-routes/ssh-keys/ssh-keys.page.ts b/ui/src/app/pages/server-routes/security-routes/ssh-keys/ssh-keys.page.ts index 770d81e0e..bc4069ca3 100644 --- a/ui/src/app/pages/server-routes/security-routes/ssh-keys/ssh-keys.page.ts +++ b/ui/src/app/pages/server-routes/security-routes/ssh-keys/ssh-keys.page.ts @@ -63,7 +63,6 @@ export class SSHKeysPage { try { const key = await this.embassyApi.addSshKey({ key: pubkey }) - console.log('key', key) this.sshKeys.push(key) } catch (e) { this.errToast.present(e)