[VOL-2772] Cleanup the voltctl code base related to grpc  logging

Change-Id: Ia8f3ca0f100d0beba47afce660c7527b5d9b9fa6
diff --git a/VERSION b/VERSION
index b668c3b..8fc77d0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.16
+1.0.17
diff --git a/internal/pkg/commands/funcmap.go b/internal/pkg/commands/funcmap.go
index 7cfa6d8..12d470f 100644
--- a/internal/pkg/commands/funcmap.go
+++ b/internal/pkg/commands/funcmap.go
@@ -149,26 +149,6 @@
 	"device-port-disable": {
 		"v3": "voltha.VolthaService/DisablePort",
 	},
-	"get-goroutine-count": {
-		"v2": "afrouter.Configuration.GetGoroutineCount",
-		"v3": "afrouter.Configuration.GetGoroutineCount",
-	},
-	"apiserver-update-log-level": {
-		"v2": "afrouter.Configuration.UpdateLogLevel",
-		"v3": "afrouter.Configuration.UpdateLogLevel",
-	},
-	"apiserver-get-log-levels": {
-		"v2": "afrouter.Configuration.GetLogLevels",
-		"v3": "afrouter.Configuration.GetLogLevels",
-	},
-	"update-log-level": {
-		"v2": "voltha.VolthaService/UpdateLogLevel",
-		"v3": "voltha.VolthaService/UpdateLogLevel",
-	},
-	"get-log-levels": {
-		"v2": "voltha.VolthaService/GetLogLevels",
-		"v3": "voltha.VolthaService/GetLogLevels",
-	},
 }
 
 // Get the descriptor source using the current ApiVersion setting