Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffclick committed Oct 12, 2013
1 parent ea0749a commit 5034f65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/water/MRTask2.java
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,7 @@ else if( _res != this ) { // There is a local result, and its not self
_res._profile = _profile; // Use my profile (not childs)
copyOver(_res); // So copy into self
}
System.out.println("postLocal at " + H2O.SELF + ", noutputs = " + _noutputs);
closeLocal();
if( ns == (1L<<H2O.CLOUD.size())-1){
System.out.println("postGlobal at " + H2O.SELF + ", noutputs = " + _noutputs);
}
if( ns == (1L<<H2O.CLOUD.size())-1 && _noutputs > 0){ // All-done on head of whole MRTask tree?
// close the appendables and make the output frame
Futures fs = new Futures();
Expand Down

0 comments on commit 5034f65

Please sign in to comment.