mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
remove log
This commit is contained in:
parent
7f4d9c9447
commit
378e274311
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
package com.lagradost
|
||||
|
||||
import android.util.Log
|
||||
import com.lagradost.cloudstream3.*
|
||||
import com.lagradost.cloudstream3.metaproviders.TmdbLink
|
||||
import com.lagradost.cloudstream3.metaproviders.TmdbProvider
|
||||
|
@ -33,7 +32,6 @@ class SuperembedProvider : TmdbProvider() {
|
|||
|
||||
response.results.forEach {
|
||||
it.getIframeContents()?.let { it1 ->
|
||||
Log.d("supaembed", it1)
|
||||
loadExtractor(it1, subtitleCallback, callback)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue