Skip to content

Commit 179a71b

Browse files
committed
refactor: removed log
1 parent 4772b1c commit 179a71b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dash_tabulator/src/lib/components/DashTabulator.react.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export default class DashTabulator extends React.Component {
9797

9898
handleFilterEvent = (event) => {
9999
const data = event.data;
100-
console.log(`AMJ event data: ${JSON.stringify(event.data)}`)
101100
if (!data || data.type !== 'filters') return;
102101

103102
const filters = data.filters;
@@ -162,7 +161,7 @@ export default class DashTabulator extends React.Component {
162161
// if (this.tabulator) this.tabulator.setData(data)
163162

164163
return (
165-
<div ref={el => (this.el = el)} />
164+
<div ref={el => (this.el = el)} />
166165
)
167166
}
168167
}

dss-plugin-visual-edit/python-lib/dash_tabulator/dash_tabulator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)