1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

Merge branch 'master' into feature/separate-device-logs

This commit is contained in:
Karol Wrótniak 2020-02-08 01:46:44 +01:00 committed by GitHub
commit 5d9b694376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,6 @@ module.exports = function LogsCtrl($scope, $rootScope, $routeParams, LogcatServi
$scope.filters.tid = transformedInput $scope.filters.tid = transformedInput
} }
break break
default: default:
transformedInput = newValue transformedInput = newValue
} }