Removed printing of push data.
This commit is contained in:
@@ -53,7 +53,6 @@ public class WriteLatexAPI implements WriteLatexDataSource {
|
||||
public void putDirectoryContentsToProjectWithName(String projectName, RawDirectoryContents directoryContents, String hostname) throws SnapshotPostException, IOException, FailedConnectionException {
|
||||
System.out.println("Pushing project: " + projectName);
|
||||
CandidateSnapshot candidate = dataModel.createCandidateSnapshotFromProjectWithContents(projectName, directoryContents, hostname);
|
||||
System.out.println(candidate.getJsonRepresentation());
|
||||
SnapshotPushRequest snapshotPushRequest = new SnapshotPushRequest(candidate);
|
||||
snapshotPushRequest.request();
|
||||
SnapshotPushRequestResult result = snapshotPushRequest.getResult();
|
||||
|
||||
Reference in New Issue
Block a user