Remove logging

This commit is contained in:
Alex Ellis
2017-01-31 09:11:33 +00:00
parent 4e73f787da
commit 048bc18a8a

View File

@ -24,8 +24,8 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', func
$scope.invocationStatus = null;
});
console.log("POST /function/"+ $scope.selectedFunction.name);
console.log("Body: " + $scope.invocation.request);
// console.log("POST /function/"+ $scope.selectedFunction.name);
// console.log("Body: " + $scope.invocation.request);
};
var refreshData = function () {