removed a console log
This commit is contained in:
parent
73bc46ae4a
commit
ec162f8fbf
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue