Remove println
This commit is contained in:
parent
058b539ae4
commit
149d0a6ce3
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ suspend fun Innertube.artistPage(body: BrowseBody): Result<Innertube.ArtistPage>
|
|||
mask("contents,header")
|
||||
}.body<BrowseResponse>()
|
||||
|
||||
println(response)
|
||||
|
||||
fun findSectionByTitle(text: String): SectionListRenderer.Content? {
|
||||
return response
|
||||
.contents
|
||||
|
|
Loading…
Reference in a new issue