diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/view/graph_view.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 7a3a61f4..4fd5f2c4 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -993,7 +993,6 @@ function GraphView(spec) { var d_src = graph.degree(link.__src), d_dst = graph.degree(link.__dst), ret = (d_src + d_dst) * 10 + 10; - console.log(d_src + ', ' + d_dst + ', ' + ret); return ret; }) .size([w, h]) |
