removed a console log

This commit is contained in:
addison 2021-02-16 13:27:22 -05:00
parent 73bc46ae4a
commit ec162f8fbf
1 changed files with 0 additions and 1 deletions

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);
}