Skip to content

Commit

Permalink
refactor: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shaksternano committed May 17, 2024
1 parent f5661e3 commit e0043c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ abstract class ApiFilesTask(
}.getOrElse {
return@parallelMap null
}
println(it.url)
val contentLength = fileResponse.contentLength() ?: 0
if (!fileResponse.status.isSuccess() || contentLength > maxFileSize) {
return@parallelMap null
Expand Down

0 comments on commit e0043c9

Please sign in to comment.