Skip to content

Commit 3b054c5

Browse files
committed
fix: 删除多余的调试语句
1 parent d1b3467 commit 3b054c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/console-shared-utils/src/g2Helper/drawLine.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function drawLine(chart: any, config: any, yAxisKey = 'y') {
3434
.shape(lineShape)
3535
.active(false);
3636
} else if (config.area && !config.stack) {
37-
console.log(config);
3837
chart
3938
.area()
4039
.position(['x', yAxisKey])

0 commit comments

Comments
 (0)