Skip to content

Commit

Permalink
Removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Bernstein authored and yonik committed Oct 27, 2014
1 parent 74c9379 commit be9d7df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public HashKey(String value) {
public HashKey(Tuple t, String[] keys) {
this.parts = new Object[keys.length];
for(int i=0; i<keys.length; i++) {
System.out.println("#################################################:"+keys[i]+":"+t.get(keys[i]));
parts[i] = t.get(keys[i]);
}
}
Expand Down

0 comments on commit be9d7df

Please sign in to comment.