mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Added print statement.
This commit is contained in:
parent
8483e0b86a
commit
f429c4bf8b
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class WLDirectoryNodeSnapshot implements CandidateSnapshot {
|
|||
jsonObject.addProperty("latestVerId", previousVersionID);
|
||||
jsonObject.add("files", getFilesAsJson());
|
||||
jsonObject.addProperty("postbackUrl", projectURL + "/postback");
|
||||
System.out.println(jsonObject);
|
||||
return jsonObject;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue