mirror of
https://github.com/openfaas/faas.git
synced 2025-06-20 13:06:40 +00:00
Remove logging
This commit is contained in:
4
gateway/assets/script/bootstrap.js
vendored
4
gateway/assets/script/bootstrap.js
vendored
@ -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 () {
|
||||
|
Reference in New Issue
Block a user