Skip to content

Commit

Permalink
useless comments and log messages removed
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapako committed Sep 7, 2017
1 parent 27afe48 commit 8085ba5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ public void receiveGeneratedTask(String tId, byte[] data) {
}
}

// returns the number of loaded triples to check if all version's triples loaded successfully.
// have to return the total number of changes with respect to previous version in v2.0 of the benchmark
private void loadVersion(int versionNum) {
LOGGER.info("Loading version " + versionNum + "...");
try {
Expand Down Expand Up @@ -199,8 +197,6 @@ public void receiveCommand(byte command, byte[] data) {
}
loadingVersion++;
dataLoadingFinished = lastLoadingPhase;
LOGGER.info(""+loadingVersion);
LOGGER.info(""+dataLoadingFinished);
}
super.receiveCommand(command, data);
}
Expand Down

0 comments on commit 8085ba5

Please sign in to comment.