Skip to content

Commit

Permalink
chore: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Feb 29, 2024
1 parent b8888ab commit 038bd91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/default/js/advanced_statistics/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ define(['jquery', 'jqplot/jquery.jqplot'], function($) {
if (options['axesDefaults']) {
options['axesDefaults']['tickRenderer'] = eval(options['axesDefaults']['tickRenderer']);
}
console.log(options);

if (result.data[0].length) {
$target.html(''); // remove loader
Expand Down

0 comments on commit 038bd91

Please sign in to comment.