diff --git a/gateway/assets/script/bootstrap.js b/gateway/assets/script/bootstrap.js
index 89e4d5e2..caccfc40 100644
--- a/gateway/assets/script/bootstrap.js
+++ b/gateway/assets/script/bootstrap.js
@@ -282,10 +282,6 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$interval', '$f
$scope.selectedFunc = func;
}
-
- $scope.customizeStoreFunc = function() {
- $scope.selectedTabIdx = CUSTOM_DEPLOY_TAB_INDEX;
- }
$scope.onTabSelect = function(idx) {
newFuncTabIdx = idx;
diff --git a/gateway/assets/templates/newfunction.html b/gateway/assets/templates/newfunction.html
index 6880a33b..e654c8a6 100644
--- a/gateway/assets/templates/newfunction.html
+++ b/gateway/assets/templates/newfunction.html
@@ -162,9 +162,6 @@
Close Dialog
-
- Customize
-
Deploy