From 77251b6e2c20311dcf1392d501a61b030414ba02 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Tue, 16 Jul 2024 12:09:41 +0800 Subject: [PATCH] chore: remove debug statement Signed-off-by: Zxilly --- ui/src/TreeMap.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/TreeMap.tsx b/ui/src/TreeMap.tsx index 9a08670ec1..4b04158094 100644 --- a/ui/src/TreeMap.tsx +++ b/ui/src/TreeMap.tsx @@ -172,7 +172,6 @@ function TreeMap({ entry }: TreeMapProps) { const onMouseMove = useCallback((e: React.MouseEvent) => { setTooltipPosition([e.clientX, e.clientY]); - console.log(e.clientX, e.clientY); const node = getTargetNode(e); if (node === null) {