Skip to content

Commit b8ea0b8

Browse files
committed
remove console.log
1 parent 8f6acec commit b8ea0b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/echarts.js

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export default function install({use, utils, registerNodeType, BaseSprite}) {
7575
const width = w / 2;
7676
const height = h / 2;
7777
this.chart.resize({width, height});
78-
console.log('resize');
7978
}
8079
drawingContext.drawImage(canvas, 0, 0, w, h);
8180
}

0 commit comments

Comments
 (0)