diff -r 419db2a884c5 -r bd6d2bdbc47a integration/js/streamgraph.js --- 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,