summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-04 21:08:22 +0200
committerAlon Levy <alon@pobox.com>2014-12-04 21:08:22 +0200
commit8667f30230495b536ee208ca1e979ac345b3ce21 (patch)
tree8788154058b4656f9367447162873b62fda8b3a8 /src
parent36f5289bae034bab100b7b520f9c018f66c16bc8 (diff)
accidental console.log removed
Diffstat (limited to 'src')
-rw-r--r--src/rz_core.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rz_core.js b/src/rz_core.js
index 0538d12d..7684fe4a 100644
--- a/src/rz_core.js
+++ b/src/rz_core.js
@@ -191,7 +191,6 @@ var initDrawingArea = function () {
if (graphstate === "TIMELINE") {
vis.attr("transform", "translate(0,0)scale(1)");
}
- console.log(arguments);
d3.event.sourceEvent.stopPropagation();
}