mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Added print.
This commit is contained in:
parent
6fc953b008
commit
ee6273ff8c
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public abstract class Request<T extends Result> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public T onCompleted(Response response) throws Exception {
|
public T onCompleted(Response response) throws Exception {
|
||||||
|
System.out.println("Response: " + response.getResponseBody());
|
||||||
return parseResponse(new Gson().fromJson(response.getResponseBody(), JsonElement.class));
|
return parseResponse(new Gson().fromJson(response.getResponseBody(), JsonElement.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue