chore: lint warn on console.log (#1135)
This commit is contained in:
@@ -122,7 +122,6 @@ class PanelResizer extends Component<Props, State> {
|
||||
}
|
||||
|
||||
override componentDidMount() {
|
||||
console.log(this.resizerElementRef.current)
|
||||
this.resizerElementRef.current?.addEventListener('dblclick', this.onDblClick)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user