Disable debug (for now)
This commit is contained in:
parent
f4abba2309
commit
70d26256bd
@ -319,7 +319,7 @@ public final class APIv3 extends AbstractVerticle {
|
|||||||
ctx.response().setStatusCode(code);
|
ctx.response().setStatusCode(code);
|
||||||
|
|
||||||
if (!ctx.request().path().contains("dumps")) {
|
if (!ctx.request().path().contains("dumps")) {
|
||||||
log.info(gson.toJson(response));
|
//log.info(gson.toJson(response));
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.response().end(gson.toJson(response));
|
ctx.response().end(gson.toJson(response));
|
||||||
|
Loading…
Reference in New Issue
Block a user