Removed debug println
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user