Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jun 29, 2021
1 parent 5dad3d6 commit d9962c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/kotlin/kweb/InputCheckedTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ class InputCheckedTestApp {
doc.body {
val i = input(type = InputType.checkbox)
checkKVar = i.checked()
checkKVar.addListener { old, new ->
println("$old -> $new")
}
}
}

Expand Down

0 comments on commit d9962c5

Please sign in to comment.