Skip to content

Commit

Permalink
Remove debug output from test
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Apr 8, 2021
1 parent 80862a5 commit 12f4dbc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class StackTraceRecoveryChannelsTest : TestBase() {
block()
expectUnreached()
} catch (e: RecoverableTestException) {
e.printStackTrace()
verifyStackTrace("channels/${name.methodName}", e)
}
}
Expand Down

0 comments on commit 12f4dbc

Please sign in to comment.