diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-01 16:55:36 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-01 16:55:36 +0100 |
| commit | bb8b3dd14060bbad8d4c1295c8395b5cb1108e59 (patch) | |
| tree | 8c5f767a9ecbe71eee7e459e8732ddd5d8085713 /client/js/controllers/home/main.js | |
| parent | efbd08263cf2ab938ce53076a6e7a9312846bb17 (diff) | |
test
Diffstat (limited to 'client/js/controllers/home/main.js')
| -rw-r--r-- | client/js/controllers/home/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/js/controllers/home/main.js b/client/js/controllers/home/main.js index 805bc63..ee564b2 100644 --- a/client/js/controllers/home/main.js +++ b/client/js/controllers/home/main.js @@ -17,7 +17,6 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', function ($s $scope.raiseShowMachineDetailsEvent=function(){ var callback=function(){ var data=Compute.getData(); - console.log(data.machines[Object.keys(data.machines)[0]]); $rootScope.$broadcast("showMachineDetailsEvent", data.machines[Object.keys(data.machines)[0]]); } |
