Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaDePauw committed Jan 29, 2021
1 parent b70953f commit 1de6f1c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -62,7 +62,6 @@ export class BitstreamDownloadPageComponent implements OnInit {
take(1),
map((fileLink) => {
return [isAuthorized, isLoggedIn, bitstream, fileLink];
// return [isAuthorized, isLoggedIn, bitstream];
}));
} else {
return [[isAuthorized, isLoggedIn, bitstream, '']];
Expand Down

0 comments on commit 1de6f1c

Please sign in to comment.