diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index 9c8c647e..ebda071e 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -324,7 +324,7 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq RequireTimeout: time.Second * 15, }).PostJson(postMap, &resultBLM) - logc.Infof(ctx, "合图--算法请求--合图--结束时间:%v", time.Now().UTC()) + //logc.Infof(ctx, "合图--算法请求--合图--结束时间:%v", time.Now().UTC()) endTimeLogoCombine := time.Now().UnixMilli() //合图--处理--开始时间 diffTimeLogoCombine := endTimeLogoCombine - startTimeLogoCombine //合图--处理--中间差 logc.Infof(ctx, "合图--算法请求--合图--业务耗时:%d", diffTimeLogoCombine)