Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Mar 4, 2022
1 parent c3895b2 commit 213a8d9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ class ServiceControlCliArgumentsSuite extends KyuubiFunSuite {
}
thread.start()
thread.join()
// scalastyle:off println
println(logAppender.loggingEvents)
println("------")
println(searchString)
// scalastyle:on println
assert(logAppender.loggingEvents.exists(
_.getMessage.getFormattedMessage.contains(searchString)))
}
Expand Down

0 comments on commit 213a8d9

Please sign in to comment.