diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-04 21:08:22 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-04 21:08:22 +0200 |
| commit | 8667f30230495b536ee208ca1e979ac345b3ce21 (patch) | |
| tree | 8788154058b4656f9367447162873b62fda8b3a8 | |
| parent | 36f5289bae034bab100b7b520f9c018f66c16bc8 (diff) | |
accidental console.log removed
| -rw-r--r-- | src/rz_core.js | 1 |
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(); } |
