From dae63cdd2953f7764d02d7ca9ee14241fe2e0c1e Mon Sep 17 00:00:00 2001 From: El-Chiang Date: Mon, 25 Oct 2021 17:37:14 +0800 Subject: [PATCH] fix: delete unused code --- packages/f2-next/src/components/line/withLine.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/f2-next/src/components/line/withLine.tsx b/packages/f2-next/src/components/line/withLine.tsx index f537ffe24..7f86e15b9 100644 --- a/packages/f2-next/src/components/line/withLine.tsx +++ b/packages/f2-next/src/components/line/withLine.tsx @@ -61,7 +61,6 @@ export default (View) => { const { coord } = props; const mapped = this.mapping(); const mappedArray = this.splitPoints(this.parsePoints(mapped)); - console.log(mappedArray); return ; } };