From 680201e43e0f1537037d4ed9d4b5df25fd94841d Mon Sep 17 00:00:00 2001 From: momo <1012651275@qq.com> Date: Thu, 23 Nov 2023 10:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=9B=BE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/repositories/image_handle.go | 3 --- 1 file changed, 3 deletions(-) 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