Skip to content

Commit

Permalink
[chores] Remove console.log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotvaishnav committed Jul 26, 2022
1 parent 24a020f commit c8d7a35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/netjsongraph-nodeExpand.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
}
this.config.onClickElement = (type, data) => {
let nodeLinkData;
console.log(data);
if (type === "node") {
nodeLinkData = this.utils.nodeInfo(data);
} else {
Expand Down
2 changes: 1 addition & 1 deletion lib/js/echarts-leaflet/LeafletView.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function extendLeafletView(echarts, L) {
if (rendering) {
return;
}
console.log(this);

api.dispatchAction({
type: "leafletRoam",
});
Expand Down

0 comments on commit c8d7a35

Please sign in to comment.