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 e0fa9045..5c0f176e 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