mirror of
https://github.com/bitwarden/browser
synced 2026-02-03 10:13:31 +00:00
Delete comment
This commit is contained in:
@@ -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$),
|
||||
|
||||
Reference in New Issue
Block a user