Commit 771b70f5bfa1cb4670832ab8d8d1c0b4dd5eea71

Authored by Antoine Goutenoir
1 parent 955be6d0
Exists in master

chore: clean up

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
flaskr/static/js/plots/emissions-per-distance.js
... ... @@ -200,8 +200,8 @@ function draw_emissions_per_distance(containerSelector, csvUrl) {
200 200 (co2_kg === "NaN")
201 201 ||
202 202 (distance_km === "NaN")
203   - ||
204   - (distance_km / sliceThickness > 37)
  203 + // ||
  204 + // (distance_km / sliceThickness > 37)
205 205 ) {
206 206 return;
207 207 }
... ...