1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02: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);
}