Remove unneeded console log
This commit is contained in:
parent
12780eec26
commit
9645f6255b
1 changed files with 0 additions and 1 deletions
|
|
@ -601,7 +601,6 @@ export default class Hidive implements ServiceClass {
|
|||
}
|
||||
}
|
||||
return { isOk: true, value: searchItems.filter(a => a.type == 'VOD_SERIES').flatMap((a): SearchResponseItem => {
|
||||
console.info(a);
|
||||
return {
|
||||
id: a.id+'',
|
||||
image: a.coverUrl ?? '/notFound.png',
|
||||
|
|
|
|||
Loading…
Reference in a new issue