From c23cd5e3326a970fcf5714f4e8806c61d2934ac2 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Fri, 12 Nov 2021 13:18:08 +0530 Subject: [PATCH] minor Clean --- command/server/server.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/command/server/server.go b/command/server/server.go index 2c06804cc6..09f33d4c80 100644 --- a/command/server/server.go +++ b/command/server/server.go @@ -213,11 +213,6 @@ func (s *Server) setupGRPCServer(addr string) error { return nil } -func (s *Server) StartPrometheus(address string, enabled bool) error { - - return nil -} - func (s *Server) withLoggingUnaryInterceptor() grpc.ServerOption { return grpc.UnaryInterceptor(s.loggingServerInterceptor) }