summaryrefslogtreecommitdiff
path: root/src/client/view
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-06 22:34:38 +0200
committerAlon Levy <alon@pobox.com>2015-01-06 22:34:38 +0200
commit168a9bfb109a4a44c185fa5d9367f6e8aec6c279 (patch)
tree5589a47f92f6a420ae995bbd85a397b87ea44701 /src/client/view
parentce130f4cae66a26d9b583d52309de2176803f78e (diff)
client: fix tab switching; move to new tokenize implementation (not strictly ""right""
Diffstat (limited to 'src/client/view')
-rw-r--r--src/client/view/graph_view.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index df703892..99af3edf 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -111,7 +111,6 @@ function GraphView(spec) {
.skipDuplicates()
.onValue(function (r) {
var now = (new Date()).getTime();
- console.log("setting bubble to " + r + "(time = " + now + ")");
gv.layout_animation.bubble_radius.target = r;
gv.layout_animation.bubble_radius.start = gv.bubble_radius;
gv.layout_animation.starttime = now;