Skip to content

Commit

Permalink
Remove redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
vbugaevskii authored Nov 19, 2017
1 parent e0ed218 commit d083310
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ public void initialize(InputSplit split, TaskAttemptContext context) throws IOEx
}
matrixCoordsZeros.add(key);
}

for (MatrixCoords s : matrixCoordsZeros) {
System.out.println(s.toString());
}
}

@Override
Expand Down

0 comments on commit d083310

Please sign in to comment.