Browse Source
Merge pull request #1558 from MrKartoshka/log_clean
removed log
pull/1573/head
Igor Kulikov
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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); |
|
|
|
} |