Commit 7887f92e by Tom Giannattasio

removed log

parent a6d5edce
......@@ -57,7 +57,6 @@
function moveBar(e) {
var barIndex = $draggingBar.index();
console.log(barIndex);
var min = gradeThresholds[barIndex + 1] || 0;
var max = gradeThresholds[barIndex - 1] || 100;
var percentage = Math.min(Math.max((e.pageX - barOrigin) / barWidth * 100, min), max);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment