diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index a0402515..9295be71 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -78,7 +78,6 @@ type ( ) func (l *defaultImageHandle) LogoInfoSet(ctx context.Context, in *LogoInfoSetReq) (*LogoInfoSetRes, error) { - fmt.Println("算法请求轮训下标:", globalBLMServiceIndex) var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex] if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) { globalBLMServiceIndex = 0 @@ -253,7 +252,6 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq postMap["tag_data"] = in.ProductTemplateTagGroups postMap["param_data"] = combineParam - fmt.Println("算法请求轮训下标:", globalBLMServiceIndex) var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex] if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) { globalBLMServiceIndex = 0 @@ -409,7 +407,6 @@ func (l *defaultImageHandle) LogoStandard(ctx context.Context, in *LogoStandardR postMap["height"] = in.Height postMap["proportion"] = in.Proportion - fmt.Println("算法请求轮训下标:", globalBLMServiceIndex) var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex] if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) { globalBLMServiceIndex = 0