Remove testing code

This commit is contained in:
Karlatemp 2020-11-25 13:58:51 +08:00
parent 96be869e7f
commit bbdd2c2508
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8

View File

@ -78,7 +78,6 @@ internal open class MultiFilePluginDataStorageImpl(
yaml.encodeToString(instance.updaterSerializer, Unit).also {
yamlRendered = it
yaml.decodeAnyFromString(it) // test yaml
error("Test error")
}
}.recoverCatching { exception ->
// Just use mainLogger for convenience.