Comment diagnostic output in statistics.js
This commit is contained in:
parent
b11e8ff3dc
commit
209bf39fa6
|
@ -14,8 +14,8 @@ function attachRaceStatistics(enhancedLapData, raceData){
|
|||
// empty statistics Container before adding new Statistics
|
||||
$(statisticsContainer).empty();
|
||||
|
||||
console.log(raceData);
|
||||
console.log(enhancedLapData);
|
||||
//console.log(raceData);
|
||||
//console.log(enhancedLapData);
|
||||
|
||||
textArr.push(avgSymbol + " <b>Lap time:</b> " + getAvgLapTime(raceData));
|
||||
textArr.push(avgSymbol + " <b>Pitstop time:</b> " + getAvgPitStopTime(raceData));
|
||||
|
|
Loading…
Reference in New Issue