Skip to content

Commit 29742cf

Browse files
authored
Merge pull request #320 from tdkn/tdkn-patch-1
chore: remove console.log
2 parents 7b8072b + 2137159 commit 29742cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/grid.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Grid extends Component<Partial<UserConfig>, any> {
2222
}
2323

2424
componentDidUpdate() {
25-
console.log('XXXX')
2625
this.instance.updateConfig(this.props).forceRender();
2726
}
2827

0 commit comments

Comments
 (0)