remove the obsolete code for open dataset opt in

pull/94/head
Chris Veilleux 2022-09-29 00:54:41 -05:00
parent 1bb63fc6e2
commit 94c9276615
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ export class EditComponent implements OnInit {
);
}
updateOpenDataset(optIn: boolean) {
this.service.updateAccount({openDataset: optIn}).subscribe();
}
refreshAccount() {
this.service.getAccount().subscribe({
next: (account) => { this.account = account; }