Skip to content

Commit c5b96d0

Browse files
committed
refactor(goctl): remove unnecessary RPC name printing
1 parent 43dec3b commit c5b96d0

File tree

1 file changed

+0
-3
lines changed
  • tools/goctl/rpc/generator

1 file changed

+0
-3
lines changed

tools/goctl/rpc/generator/gen.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package generator
22

33
import (
4-
"fmt"
54
"path/filepath"
65

76
"github.com/zeromicro/go-zero/tools/goctl/rpc/parser"
@@ -44,8 +43,6 @@ func (g *Generator) Generate(zctx *ZRpcContext) error {
4443
return err
4544
}
4645

47-
fmt.Println("rpc name:", zctx.RpcName)
48-
4946
err = pathx.MkdirIfNotExist(abs)
5047
if err != nil {
5148
return err

0 commit comments

Comments
 (0)