Remove printStackTrace from a test class (#3391)
This commit is contained in:
parent
256f2c992e
commit
b44dd5eb07
|
@ -194,7 +194,6 @@ class SubResource {
|
|||
@GET
|
||||
String call() {
|
||||
HttpServerTest.controller(SUCCESS) {
|
||||
new Exception().printStackTrace()
|
||||
SUCCESS.body
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue