removed log

This commit is contained in:
Maksym Dudnik 2019-03-18 11:58:07 +02:00
parent fc4159915a
commit deda5e20ca

View File

@ -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);
}