diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-05 13:54:14 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-05 13:54:23 +0300 |
| commit | bcafabd7bcd2595001037a6dbb065597063e44ec (patch) | |
| tree | 71c019a4cdcb4595498a9e44243bf1b10f28ef51 /src/client/view/selection.js | |
| parent | 3fd52f9c372a893d4a6657edc07229d1a6e693b9 (diff) | |
client/view/selection: remove debug print
Diffstat (limited to 'src/client/view/selection.js')
| -rw-r--r-- | src/client/view/selection.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/view/selection.js b/src/client/view/selection.js index e1d320e4..a16087cd 100644 --- a/src/client/view/selection.js +++ b/src/client/view/selection.js @@ -257,7 +257,6 @@ var inner_select_nodes = function(nodes) { var related = nodes.length == 1 ? neighbours(nodes) : mutual_neighbours(nodes); - console.dir(related); inner_select(nodes, related.nodes, [], related.links); } |
