remove log

This commit is contained in:
Cloudburst 2022-09-09 22:58:55 +02:00 committed by GitHub
parent 7f4d9c9447
commit 378e274311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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)
}
}