From e246924b57ee4ae07c7b98dbebb4300ae1566608 Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Sat, 6 Feb 2021 20:00:59 -0600 Subject: [PATCH] Format --- src/main/kotlin/mdnet/MangaDexClient.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/mdnet/MangaDexClient.kt b/src/main/kotlin/mdnet/MangaDexClient.kt index 1f8ccc5..aebc86e 100644 --- a/src/main/kotlin/mdnet/MangaDexClient.kt +++ b/src/main/kotlin/mdnet/MangaDexClient.kt @@ -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) {