integration/js/streamgraph.js
changeset 24 bd6d2bdbc47a
parent 13 e15576c6953b
child 26 94f586daa623
--- a/integration/js/streamgraph.js	Tue Jan 22 13:20:52 2013 +0100
+++ b/integration/js/streamgraph.js	Tue Jan 22 14:42:36 2013 +0100
@@ -160,7 +160,6 @@
    
     _(coords).each(function(line, index) {
         line.mousesurface = paper.path(line.path);
-        console.log(line.mousesurface);
         line.mousesurface.attr({
             stroke: "none",
             fill: line.color,