1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-03 10:13:31 +00:00

Delete comment

This commit is contained in:
Bernd Schoolmann
2025-10-17 09:35:38 +02:00
parent cd073ad9c3
commit dc155cd1c4

View File

@@ -282,7 +282,6 @@ export class SshAgentService implements OnDestroy {
cipherId: cipher.id,
};
});
//this.logService.info(`Setting ${keys.length} SSH keys in agent renderer`);
await ipc.platform.sshAgent.setKeys(keys);
}),
takeUntil(this.destroy$),