Removed debug println

This commit is contained in:
Auxilor
2022-03-24 12:13:49 +00:00
parent 9dedfb86a5
commit ec339b0ecd

View File

@@ -19,8 +19,6 @@ open class EcoConfig(
fun init(values: Map<String, Any?>) {
this.values.clear()
this.values.putAll(values.normalizeToConfig(this.type))
println(this.values.keys.toList())
}
override fun clearCache() {