summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-08-09 14:13:42 +0300
committerAlon Levy <alon@pobox.com>2015-08-09 14:13:42 +0300
commit5e37e73923b9ca8a31dd90a776a9882960e6b3cc (patch)
tree5910b479af21a2609bb5050fba08f06e084607d3 /src
parentec70a92de623a57cef25482a91ffde72472efbfe (diff)
client/model/graph: remove debug print
Diffstat (limited to 'src')
-rw-r--r--src/client/model/graph.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/model/graph.js b/src/client/model/graph.js
index 40df0896..a37d9944 100644
--- a/src/client/model/graph.js
+++ b/src/client/model/graph.js
@@ -100,7 +100,6 @@ function Graph(spec) {
}
});
});
- console.dir(touched_links);
return touched_links.map(function(l){ return l.id; });
};