Browse Source

log: remove

dcsunny 1 year ago
parent
commit
517f9865cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      openapiv2/service.go

+ 0 - 1
openapiv2/service.go

@@ -35,7 +35,6 @@ func (s *Service) GetServiceOpenAPI(ctx context.Context, in *metadata.GetService
 	if err != nil {
 		return "", err
 	}
-	fmt.Println(protoSet.String())
 	files := protoSet.FileDescSet.File
 	var target string
 	if len(files) == 0 {