Skip to content

Commit

Permalink
Remove printStackTrace from a test class (#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jun 23, 2021
1 parent 256f2c9 commit b44dd5e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ class SubResource {
@GET
String call() {
HttpServerTest.controller(SUCCESS) {
new Exception().printStackTrace()
SUCCESS.body
}
}
Expand Down

0 comments on commit b44dd5e

Please sign in to comment.