Remove log

This commit is contained in:
Ajay 2024-01-05 22:39:44 -05:00
parent 778d823820
commit 9cfc591dd9

View file

@ -455,8 +455,6 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
const deltaX = mouseX - this.state.mouseDownInfo.x;
const deltaY = mouseY - this.state.mouseDownInfo.y;
console.log(deltaX, deltaY)
if (deltaX > 0 || deltaY > 0) this.setState({ mouseMoved: true });
const element = this.parentRef.current;