Commit 79046176bc183e002c06fbbd19c50a42deb0da0c

Authored by Igor Kulikov
Committed by GitHub
2 parents fc415991 deda5e20

Merge pull request #1558 from MrKartoshka/log_clean

removed log
@@ -697,6 +697,4 @@ function tripAnimationController($document, $scope, $http, $timeout, $filter, $l @@ -697,6 +697,4 @@ function tripAnimationController($document, $scope, $http, $timeout, $filter, $l
697 } 697 }
698 if (trip && vm.activeTripIndex !== trip.dSIndex) vm.activeTripIndex = trip.dSIndex; 698 if (trip && vm.activeTripIndex !== trip.dSIndex) vm.activeTripIndex = trip.dSIndex;
699 } 699 }
700 -  
701 - $log.log(vm);  
702 } 700 }