Cleanup code for control-panes.

This commit is contained in:
Gunther Brunner
2015-08-31 17:04:46 +09:00
parent bd493b210b
commit 4db67dd703
26 changed files with 4 additions and 356 deletions

View File

@@ -50,10 +50,4 @@ module.exports = function LogsCtrl($scope, LogcatService) {
'tag',
'priority'
])
// $scope.$watchCollection('filters', function (newValue, oldValue) {
// console.log(newValue)
// });
}