diff --git a/src/test/kotlin/kweb/InputCheckedTest.kt b/src/test/kotlin/kweb/InputCheckedTest.kt index d1c06a9366..2e45755b41 100644 --- a/src/test/kotlin/kweb/InputCheckedTest.kt +++ b/src/test/kotlin/kweb/InputCheckedTest.kt @@ -73,9 +73,6 @@ class InputCheckedTestApp { doc.body { val i = input(type = InputType.checkbox) checkKVar = i.checked() - checkKVar.addListener { old, new -> - println("$old -> $new") - } } }