From 168a9bfb109a4a44c185fa5d9367f6e8aec6c279 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 6 Jan 2015 22:34:38 +0200 Subject: client: fix tab switching; move to new tokenize implementation (not strictly ""right"" --- src/client/view/graph_view.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/view/graph_view.js') 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; -- cgit v1.3.1