Browse Source

Merge pull request #1558 from MrKartoshka/log_clean

removed log
pull/1573/head
Igor Kulikov 7 years ago
committed by GitHub
parent
commit
79046176bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/src/app/widget/lib/tripAnimation/trip-animation-widget.js

2
ui/src/app/widget/lib/tripAnimation/trip-animation-widget.js

@ -697,6 +697,4 @@ function tripAnimationController($document, $scope, $http, $timeout, $filter, $l
}
if (trip && vm.activeTripIndex !== trip.dSIndex) vm.activeTripIndex = trip.dSIndex;
}
$log.log(vm);
}
Loading…
Cancel
Save