Skip to content

Commit 185a70c

Browse files
author
daming-lu
committed
rm console.log
1 parent bfe98b4 commit 185a70c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/graph/ui/Chart.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
135135
svg.selectAll(".node").on("click", function(d, i){
136136
this.curNode = g.node(d);
137-
console.log(this.curNode);
138137
var nodeType = this.curNode.class;
139138
var nodeInfo = null;
140139
if (nodeType === "operator") {

0 commit comments

Comments
 (0)