Skip to content
Snippets Groups Projects
Commit 048bc18a authored by Alex Ellis's avatar Alex Ellis
Browse files

Remove logging

parent 4e73f787
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment