Remove printStackTrace from a test class (#3391)

This commit is contained in:
Lauri Tulmin 2021-06-23 20:14:19 +03:00 committed by GitHub
parent 256f2c992e
commit b44dd5eb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ class SubResource {
@GET
String call() {
HttpServerTest.controller(SUCCESS) {
new Exception().printStackTrace()
SUCCESS.body
}
}