forked from recloudstream/cloudstream
removed a println
This commit is contained in:
parent
8f9bb9f6f4
commit
f966d682db
1 changed files with 0 additions and 1 deletions
|
@ -500,7 +500,6 @@ class AnimePaheProvider : MainAPI() {
|
|||
}
|
||||
val req = khttp.get(link, headers = headers)
|
||||
val data = mapper.readValue<AnimePaheEpisodeLoadLinks>(req.text)
|
||||
println("gggkk: $data")
|
||||
|
||||
val qualities = ArrayList<ExtractorLink>()
|
||||
|
||||
|
|
Loading…
Reference in a new issue