Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Jan 6, 2024
1 parent 778d823 commit 9cfc591
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/NoticeComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9cfc591

Please sign in to comment.