Skip to content

Commit

Permalink
fix: remove useless console code
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Jan 9, 2024
1 parent d522528 commit 3c0a5d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const LayerItem: FC<IProps> = ({
setHlId && setHlId(id);
}}
onMouseLeave={() => {
console.log('mouse leave');
setHlId && setHlId('');
}}
onDoubleClick={handleDbClick}
Expand Down

0 comments on commit 3c0a5d2

Please sign in to comment.