Skip to content

Commit

Permalink
Merge pull request #2795 from jon-wei/filter_support_fix
Browse files Browse the repository at this point in the history
Remove extra println from InFilter
  • Loading branch information
fjy committed Apr 5, 2016
2 parents 289bb6f + 051fd6c commit f82044b
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 f82044b

Please sign in to comment.