Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Jul 30, 2024
1 parent 91cd352 commit 49a9d86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/adaptor/geometries/line.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export function line<O extends LineGeometryOptions>(params: Params<O>): Params<O

const { fields, formatter } = getTooltipMapping(tooltip, [xField, yField, seriesField]);

console.log(0, options);

// 如果存在才处理
return line
? geometry(
Expand Down

0 comments on commit 49a9d86

Please sign in to comment.