Skip to content

Commit 1c8ae9b

Browse files
committed
Remove debugging code
1 parent 3a6f84e commit 1c8ae9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flibustaOpdsApiHelper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class FlibustaOpdsApiHelper {
6767
}
6868

6969
private static getDownloadsItemList(links: Array<OpdsLinkType>): Array<Downloads> {
70-
console.log(links);
7170
const { FlibustaFileMIMETypesToDownload } = FlibustaOpdsApiHelper;
7271
const result = links.filter((link) => FlibustaFileMIMETypesToDownload.has(link['@_type']));
7372

0 commit comments

Comments
 (0)