From f39a9f191ac7b393ea66ec6ddd42476b04bffeaa Mon Sep 17 00:00:00 2001 From: Naga <94557604+NagaYZ@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:39:31 +0100 Subject: [PATCH] cleanup --- .../kotlin/org/koitharu/kotatsu/parsers/site/en/ReaperComics.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/ReaperComics.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/ReaperComics.kt index e0fa9045f..5c0f176ef 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/ReaperComics.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/ReaperComics.kt @@ -295,7 +295,6 @@ internal class ReaperComics(context: MangaLoaderContext) : val request = Request.Builder().url(url).post(payload).headers(headers).build() while (true) { try { - println(backoffDelay) return context.httpClient.newCall(request).execute().parseJson() } catch (e: Exception) { // Log or handle the exception as needed