mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
removed a console log
This commit is contained in:
@@ -98,7 +98,6 @@ export class SendComponent extends BaseSendComponent implements OnInit, OnDestro
|
|||||||
}
|
}
|
||||||
|
|
||||||
async savedSend(s: SendView) {
|
async savedSend(s: SendView) {
|
||||||
console.log(s);
|
|
||||||
await this.refresh();
|
await this.refresh();
|
||||||
this.selectSend(s.id);
|
this.selectSend(s.id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user