diff --git a/orx-gui/src/main/kotlin/Gui.kt b/orx-gui/src/main/kotlin/Gui.kt index 78aa0da5..c5b45927 100644 --- a/orx-gui/src/main/kotlin/Gui.kt +++ b/orx-gui/src/main/kotlin/Gui.kt @@ -579,7 +579,6 @@ class GUI : Extension { // -- we don't use the property syntax here because that leads to compilation errors @Suppress("UsePropertyAccessSyntax") val constants = jEnum.getDeclaringClass().getEnumConstants() constants.forEach { - println("hey $it") item { label = it.name data = it