Skip to content

Commit

Permalink
fix: delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Chiang committed Oct 25, 2021
1 parent 4aa609c commit dae63cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/f2-next/src/components/line/withLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <View coord={coord} mappedArray={mappedArray} style={style} />;
}
};
Expand Down

0 comments on commit dae63cd

Please sign in to comment.