From 17da1dbc7fba0c0242070f88c3881ad94e35c9ab Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Mon, 20 Sep 2021 13:18:07 -0600 Subject: [PATCH] Update ssh-keys.page.ts --- .../server-routes/security-routes/ssh-keys/ssh-keys.page.ts | 1 - 1 file changed, 1 deletion(-) 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)