From 22ba1f46dbde491d21195aa6ac8f440223dacca8 Mon Sep 17 00:00:00 2001 From: Seb Julliand Date: Mon, 2 Dec 2024 16:11:24 +0100 Subject: [PATCH] Removed dev log Signed-off-by: Seb Julliand --- src/webviews/settings/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webviews/settings/index.ts b/src/webviews/settings/index.ts index 7ec2cdb65..124753276 100644 --- a/src/webviews/settings/index.ts +++ b/src/webviews/settings/index.ts @@ -396,7 +396,6 @@ export class SettingsUI { // then remove the password from the data and // use the keypath instead data.privateKeyPath = Tools.normalizePath(data.privateKeyPath); - console.log(data.privateKeyPath) await ConnectionManager.deleteStoredPassword(context, name); vscode.window.showInformationMessage(vscode.l10n.t(`Private key updated and will be used for "{0}".`, name)); }