Skip to content
Snippets Groups Projects
Commit 7ca85102 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

remove debug message

parent be3a661e
No related branches found
No related tags found
No related merge requests found
Pipeline #30487 failed
......@@ -21,7 +21,6 @@ object PekNote {
suspend fun waitUntilLoaded(person: String, principle: String) {
val expected = "$person - $principle"
while (noteName != expected) {
println("$noteName != $expected")
delay(100)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment