Skip to content
Snippets Groups Projects
Commit 83b688b5 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove extra console.log

parent 96b18c51
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,6 @@ export default class FilterPopover extends Component {
_.bindAll(this, "setField", "clearField", "setOperator", "setValues", "setFilter", "commitFilter");
}
componentDidUpdate() {
console.log("FILTER", this.state.filter);
}
commitFilter() {
this.props.onCommitFilter(this.state.filter);
this.props.onClose();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment