Skip to content
Snippets Groups Projects
Commit 8ef7cc92 authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Get rid of a couple sneaky console.logs

parent e89b7f10
No related branches found
No related tags found
No related merge requests found
...@@ -36,10 +36,8 @@ ...@@ -36,10 +36,8 @@
return '' + sliceName + return '' + sliceName +
' : ' + this.y + ''; ' : ' + this.y + '';
}; };
console.log(hc);
} }
console.log(highcharts);
$(this).highcharts(hc); $(this).highcharts(hc);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment