diff --git a/gateway/assets/script/bootstrap.js b/gateway/assets/script/bootstrap.js index c15ee55a631285754346518fa823ab5bb4088d5e..d147be427e1203a974787c7ea3258616f8ab1d21 100644 --- a/gateway/assets/script/bootstrap.js +++ b/gateway/assets/script/bootstrap.js @@ -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 () {