Commit a1883c75adbc3e78cafcac428959c298bee4e744

Authored by Igor Kulikov
1 parent 79046176

Remove unused service from trip animation controller.

... ... @@ -121,7 +121,7 @@ function tripAnimationWidget() {
121 121 }
122 122
123 123 /*@ngInject*/
124   -function tripAnimationController($document, $scope, $http, $timeout, $filter, $log) {
  124 +function tripAnimationController($document, $scope, $http, $timeout, $filter) {
125 125 let vm = this;
126 126 //const varsRegex = /\$\{([^\}]*)\}/g;
127 127 //let icon;
... ...