diff --git a/src/app/send/send.component.ts b/src/app/send/send.component.ts index b7aa5146..4b57579c 100644 --- a/src/app/send/send.component.ts +++ b/src/app/send/send.component.ts @@ -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); }