Skip to content

Commit

Permalink
Remove extra println from InFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-wei committed Apr 5, 2016
1 parent 289bb6f commit 051fd6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public ImmutableBitmap apply(String value)

List<ImmutableBitmap> bitmaps = Lists.newArrayList();
for (String dimVal : allDimVals) {
System.out.println(dimVal);
if (values.contains(Strings.nullToEmpty(extractionFn.apply(dimVal)))) {
bitmaps.add(selector.getBitmapIndex(dimension, dimVal));
}
Expand Down

0 comments on commit 051fd6c

Please sign in to comment.