Delete unnecessary println
This commit is contained in:
parent
5460cd4e91
commit
c9ef533fb3
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ class HttpMockServer {
|
|||
private void removeMock(GPathResult request, HttpExchange ex) {
|
||||
String name = request.name
|
||||
boolean skipReport = Boolean.parseBoolean(request.skipReport?.toString() ?: 'false')
|
||||
println "!!!!!!!!! $skipReport"
|
||||
if (!(name in mockNames)) {
|
||||
throw new RuntimeException('mock not registered')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue