diff --git a/internal/logic/hero/hero.go b/internal/logic/hero/hero.go index 8f18e9d..f5770a3 100644 --- a/internal/logic/hero/hero.go +++ b/internal/logic/hero/hero.go @@ -9,7 +9,6 @@ import ( "epic/internal/model/entity" "epic/internal/service" "epic/internal/util" - "fmt" "github.com/gogf/gf/v2/encoding/gjson" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/util/gconv" @@ -143,7 +142,6 @@ func (l *Logic) GetHeroDetailByCode(ctx context.Context, code string) (*v1.HeroD if err != nil { return nil, err } - fmt.Println(jsonStr) fribbleHeroSet = &entity.FribbleHeroSet{ HeroCode: code, JsonContent: jsonStr,