This commit is contained in:
邹宗楠
2024-11-29 11:48:16 +08:00
parent a97853133e
commit fe6639186e
5 changed files with 2 additions and 9 deletions

View File

@@ -143,7 +143,6 @@ func InitVendorCategory(ctx *jxcontext.Context, vendorID int, isAsync bool) (hin
switch step {
case 0:
cats, err = handler.GetVendorCategories(ctx)
globals.SugarLogger.Debugf("----------------cats := %d", len(cats))
if err != nil {
return nil, err
}