aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-04-26 11:08:23 +0200
committerZog2018-04-26 11:08:23 +0200
commit86ac76d4e930dfbeb2efcc1cefc7e1e2ade62724 (patch)
tree015535b89a780c4e8fbff813a154ad6024a7f0d0
parent22430fd5f3356986afa784956d89b030646497d1 (diff)
downloadchouette-core-6486-fix-bumpy-front.tar.bz2
-rw-r--r--app/javascript/vehicle_journeys/components/VehicleJourneys.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/vehicle_journeys/components/VehicleJourneys.js b/app/javascript/vehicle_journeys/components/VehicleJourneys.js
index feba4e2a6..31b632098 100644
--- a/app/javascript/vehicle_journeys/components/VehicleJourneys.js
+++ b/app/javascript/vehicle_journeys/components/VehicleJourneys.js
@@ -113,7 +113,6 @@ export default class VehicleJourneys extends Component {
$(this).find('.t2e-head').children('div').each(function() {
var h = this.getBoundingClientRect().height;
- console.log(h)
refH.push(h)
});