diff options
| author | Zog | 2018-04-26 11:08:23 +0200 | 
|---|---|---|
| committer | Zog | 2018-04-26 11:08:23 +0200 | 
| commit | 86ac76d4e930dfbeb2efcc1cefc7e1e2ade62724 (patch) | |
| tree | 015535b89a780c4e8fbff813a154ad6024a7f0d0 /app | |
| parent | 22430fd5f3356986afa784956d89b030646497d1 (diff) | |
| download | chouette-core-6486-fix-bumpy-front.tar.bz2 | |
:fire: log6486-fix-bumpy-front
Diffstat (limited to 'app')
| -rw-r--r-- | app/javascript/vehicle_journeys/components/VehicleJourneys.js | 1 | 
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)          }); | 
