From db82dee6a04a6a17c90771e0aca34d15c91d3523 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 31 Jul 2012 17:13:52 -0700 Subject: [PATCH] removed unused watch --- js/controllers/PerfCtrl.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/controllers/PerfCtrl.js b/js/controllers/PerfCtrl.js index f3ff9cf..8daccfb 100644 --- a/js/controllers/PerfCtrl.js +++ b/js/controllers/PerfCtrl.js @@ -32,10 +32,6 @@ panelApp.controller('PerfCtrl', function PerfCtrl($scope, appContext, filesystem $scope.$watch('log', function (newVal, oldVal) { appContext.setLog(newVal); }); - - appContext.watchRefresh(function () { - appContext.setLog(newVal); - }); $scope.inspect = function () { appContext.inspect(this.val.id);