Skip to content

Commit

Permalink
chore: remove debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 16, 2024
1 parent 0ec0a59 commit 77251b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/TreeMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ function TreeMap({ entry }: TreeMapProps) {

const onMouseMove = useCallback((e: React.MouseEvent<SVGSVGElement>) => {
setTooltipPosition([e.clientX, e.clientY]);
console.log(e.clientX, e.clientY);

const node = getTargetNode(e);
if (node === null) {
Expand Down

0 comments on commit 77251b6

Please sign in to comment.