1
0
Fork 1
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:
carbotaniuman 2020-07-02 16:54:24 -05:00
parent 14d9515d2a
commit 56f3b09f65

View file

@ -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
}