Skip to content

Commit

Permalink
removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 2, 2015
1 parent bb535a3 commit 774b1ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panoramix/static/widgets/viz_nvd3.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function viz_nvd3(token_name, json_callback) {
.tickFormat(function (d) {return tickMultiFormat(UTC(new Date(d))); })
.tickValues([]);
chart.y2Axis.tickFormat(d3.format('.3s'));
console.log(viz.form_data.line_interpolation);
} else {
var chart = nv.models.lineChart()
}
Expand Down

0 comments on commit 774b1ef

Please sign in to comment.