Skip to content

Commit

Permalink
Remove debugger statements
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Aug 25, 2023
1 parent 49912ef commit 5d4adef
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -2039,7 +2039,6 @@
}

//add block avg to labels
debugger;
if (graphShowAvg == "true") {
for (let i = 0; i < labels.length; i++) {
labels[i].push(groupScore + ": " + (groupAvg[i]/ Math.max(barSizeData[i], 1)).toFixed(2))
Expand Down Expand Up @@ -2095,7 +2094,6 @@
}

let bardata = {};
debugger
if (graphShowAvgBar == "true" && graphShowAvg == "true") {
bardata = {
labels: labels,
Expand Down

0 comments on commit 5d4adef

Please sign in to comment.