Commit a1883c75adbc3e78cafcac428959c298bee4e744
1 parent
79046176
Remove unused service from trip animation controller.
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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; | ... | ... |