Skip to content

Commit

Permalink
#7852 remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Dec 12, 2018
1 parent 74b9715 commit 6fc87a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/notebook/src/tableDisplay/dataGrid/column/ColumnFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ export default class ColumnFilter {
return;
}

debugger;

if (this.useSearch) {
return this.column.search(this.createExpression(this.filterInput.value));
}
Expand Down

0 comments on commit 6fc87a0

Please sign in to comment.