Skip to content

Commit ea25164

Browse files
committed
Remove duplicated log
1 parent e612a9e commit ea25164

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

example/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const pointoverHandler = (pointId) => {
4141
};
4242

4343
const pointoutHandler = (pointId) => {
44-
console.log('Out point:', pointId);
4544
const x = points.x[pointId];
4645
const y = points.y[pointId];
4746
const category = points.z[pointId];

0 commit comments

Comments
 (0)