From 048bc18a8a1ad5b74b902b8ccfdd4ab1505e4d8b Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 31 Jan 2017 09:11:33 +0000 Subject: [PATCH] Remove logging --- gateway/assets/script/bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway/assets/script/bootstrap.js b/gateway/assets/script/bootstrap.js index c15ee55a..d147be42 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 () {