Remove println

This commit is contained in:
vfsfitvnm 2022-10-15 09:19:52 +02:00
parent 058b539ae4
commit 149d0a6ce3

View file

@ -20,8 +20,6 @@ suspend fun Innertube.artistPage(body: BrowseBody): Result<Innertube.ArtistPage>
mask("contents,header") mask("contents,header")
}.body<BrowseResponse>() }.body<BrowseResponse>()
println(response)
fun findSectionByTitle(text: String): SectionListRenderer.Content? { fun findSectionByTitle(text: String): SectionListRenderer.Content? {
return response return response
.contents .contents