1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00
This commit is contained in:
carbotaniuman 2021-02-06 20:00:59 -06:00
parent 12ac127569
commit e246924b57

View file

@ -177,7 +177,6 @@ class MangaDexClient(private val settingsFile: File, databaseFile: File, cacheFo
stopImageServer()
startImageServer()
} catch (e: UnrecognizedPropertyException) {
LOGGER.warn { "Settings file is invalid: '$e.propertyName' is not a valid setting" }
} catch (e: JsonProcessingException) {