1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-24 11:55:50 +01:00

removed a console log

This commit is contained in:
addison 2021-02-16 13:27:22 -05:00
parent 73bc46ae4a
commit ec162f8fbf

View File

@ -98,7 +98,6 @@ export class SendComponent extends BaseSendComponent implements OnInit, OnDestro
}
async savedSend(s: SendView) {
console.log(s);
await this.refresh();
this.selectSend(s.id);
}