We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6f84e commit 1c8ae9bCopy full SHA for 1c8ae9b
src/flibustaOpdsApiHelper.ts
@@ -67,7 +67,6 @@ class FlibustaOpdsApiHelper {
67
}
68
69
private static getDownloadsItemList(links: Array<OpdsLinkType>): Array<Downloads> {
70
- console.log(links);
71
const { FlibustaFileMIMETypesToDownload } = FlibustaOpdsApiHelper;
72
const result = links.filter((link) => FlibustaFileMIMETypesToDownload.has(link['@_type']));
73
0 commit comments