minor Clean

This commit is contained in:
Shivam Sharma 2021-11-12 13:18:08 +05:30
parent f3a43f9472
commit c23cd5e332

View file

@ -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)
}