mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Remove log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user