Skip to content

Commit 4ef4dc2

Browse files
committed
Revert "Merge remote-tracking branch 'origin/less-bitstream-calls' into less-bitstream-calls"
This reverts commit df955cb, reversing changes made to e6f1021.
1 parent df955cb commit 4ef4dc2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/file-download-link/file-download-link.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export class FileDownloadLinkComponent implements OnInit {
135135
);
136136
} else {
137137
this.bitstreamPath$ = of(this.getBitstreamDownloadPath());
138-
// TODO: do we really want this to be true always?
139138
this.canDownload$ = of(true);
140139
}
141140
}

0 commit comments

Comments
 (0)