We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c811dc commit 58a3508Copy full SHA for 58a3508
watchfacepush/validator/src/main/kotlin/com/example/validator/Main.kt
@@ -31,7 +31,6 @@ private fun performValidation() {
31
// ...
32
} else {
33
// There were failures, handle them accordingly - validation has failed.
34
- println(result.successes().size.toString() + " successes, " + result.failures().size.toString() + " failures")
35
result.failures().forEach { failure ->
36
println("FAILURE: ${failure.name()}: ${failure.failureMessage()}")
37
0 commit comments