Skip to content

Commit

Permalink
remove console.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vol1ura committed Nov 26, 2024
1 parent 021496e commit befa691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/rails_performance/javascripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function tooltipOptions(formatter) {
}

function showTIRChart(element_id, data, addon, name) {
console.dir(data);
showChart(element_id, 'area', 'RPM', {
tooltip: tooltipOptions(value => (value ? value + addon : undefined)),
series: [{
Expand Down

0 comments on commit befa691

Please sign in to comment.