mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
remove testing code
This commit is contained in:
parent
14d9515d2a
commit
56f3b09f65
|
@ -87,7 +87,7 @@ class ServerHandler(private val settings: ClientSettings) {
|
|||
val response = client(request)
|
||||
|
||||
return if (response.status.successful) {
|
||||
SERVER_SETTINGS_LENS(response).also { println(it) }
|
||||
SERVER_SETTINGS_LENS(response)
|
||||
} else {
|
||||
null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue