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 ; } };