mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-04 16:22:25 +08:00
Remove testing code
This commit is contained in:
parent
96be869e7f
commit
bbdd2c2508
@ -78,7 +78,6 @@ internal open class MultiFilePluginDataStorageImpl(
|
|||||||
yaml.encodeToString(instance.updaterSerializer, Unit).also {
|
yaml.encodeToString(instance.updaterSerializer, Unit).also {
|
||||||
yamlRendered = it
|
yamlRendered = it
|
||||||
yaml.decodeAnyFromString(it) // test yaml
|
yaml.decodeAnyFromString(it) // test yaml
|
||||||
error("Test error")
|
|
||||||
}
|
}
|
||||||
}.recoverCatching { exception ->
|
}.recoverCatching { exception ->
|
||||||
// Just use mainLogger for convenience.
|
// Just use mainLogger for convenience.
|
||||||
|
Loading…
Reference in New Issue
Block a user