Skip to content

Commit

Permalink
removed stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBanham committed Jul 12, 2022
1 parent 8ec86f1 commit 40d1ae7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public boolean addChart(ChartHolder charter) {
public boolean filter(ChartFilter filter) {
try {
if (filter instanceof SlicerFilter) {
System.out.println("added slicer filter");
this.sfilters.add(filter);
} else {
this.filters.add(filter);
Expand Down

0 comments on commit 40d1ae7

Please sign in to comment.