Remove debug log (#1669)
Co-authored-by: anqiansong <anqiansong@bytedance.com>
This commit is contained in:
@@ -70,11 +70,6 @@ func (g *Generator) GenCall(ctx DirContext, proto parser.Proto, cfg *conf.Config
|
|||||||
dir := ctx.GetCall()
|
dir := ctx.GetCall()
|
||||||
service := proto.Service
|
service := proto.Service
|
||||||
head := util.GetHead(proto.Name)
|
head := util.GetHead(proto.Name)
|
||||||
fmt.Printf(`
|
|
||||||
call: %s
|
|
||||||
pb: %s
|
|
||||||
grpc: %s
|
|
||||||
`, ctx.GetCall().Filename, ctx.GetPb().Filename, ctx.GetProtoGo().Filename)
|
|
||||||
isCallPkgSameToPbPkg := ctx.GetCall().Filename == ctx.GetPb().Filename
|
isCallPkgSameToPbPkg := ctx.GetCall().Filename == ctx.GetPb().Filename
|
||||||
isCallPkgSameToGrpcPkg := ctx.GetCall().Filename == ctx.GetProtoGo().Filename
|
isCallPkgSameToGrpcPkg := ctx.GetCall().Filename == ctx.GetProtoGo().Filename
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user