From b0f54743069f265c5417e0e6e11fe0184d9ed22f Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Wed, 4 May 2016 16:17:09 +0200 Subject: Correct machine details bug --- client/js/controllers/home/home.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/js/controllers/home/home.js') diff --git a/client/js/controllers/home/home.js b/client/js/controllers/home/home.js index f6e6b84..2aed337 100755 --- a/client/js/controllers/home/home.js +++ b/client/js/controllers/home/home.js @@ -5,7 +5,6 @@ */ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','Identity', 'Image', function ($scope, Compute, $rootScope, Loading, Identity, Image) { - console.log("test"); // Function to call after pull all data about machines var callMeAfterPullData=function(data){ //$scope.machines=Compute.getData().machines; @@ -51,7 +50,6 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I tryToRetrieveData(); var displayMachine = function(){ - console.log("test"); var machineNames = []; var i = 0; $.each(Compute.getData().machines, function(){ @@ -158,7 +156,7 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I var width = 130; var height = 80; var data = Compute.getData(); - console.log(data.machines[vm[1]]); + //console.log(data.machines[vm[1]]); if(data.machines[vm[1]].status == "ACTIVE"){ return new joint.shapes.org.Member({ id: vm[1], -- cgit v1.2.3