Skip to content

Commit

Permalink
comments out console log
Browse files Browse the repository at this point in the history
  • Loading branch information
brwnj committed Mar 2, 2018
1 parent a5ae17f commit d60e5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fqc.histogramchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ histogramchart = function(domObjId, chart_properties, filename) {

var xValues = csv.map(function (d) { return d[chart_properties.x_value]; });

console.log(series)
// console.log(series)

$("#"+domObjId).highcharts({
chart: {
Expand Down

0 comments on commit d60e5e3

Please sign in to comment.