removed unused watch

test-unit-sauce
Brian Ford 12 years ago
parent 9a800fa600
commit db82dee6a0

@ -33,10 +33,6 @@ panelApp.controller('PerfCtrl', function PerfCtrl($scope, appContext, filesystem
appContext.setLog(newVal);
});
appContext.watchRefresh(function () {
appContext.setLog(newVal);
});
$scope.inspect = function () {
appContext.inspect(this.val.id);
};