Skip to content

Commit

Permalink
Removed dev log
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Julliand <[email protected]>
  • Loading branch information
sebjulliand committed Dec 2, 2024
1 parent 1490cab commit 22ba1f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webviews/settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 22ba1f4

Please sign in to comment.