Browse Source

添加日志删除

WH01243 2 năm trước cách đây
mục cha
commit
6e49dcdd11
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      jyBXSubscribe/rpc/model/push.go

+ 0 - 2
jyBXSubscribe/rpc/model/push.go

@@ -1053,7 +1053,6 @@ func (s *subscribePush) DefaultDatas(spqp *SubPushQueryParam) (hasNextPage bool,
 
 // 保存推送表
 func (s *subscribePush) listManager(spqp *SubPushQueryParam, list []map[string]interface{}, keyword []ViewKeyWord) (resultList []*bxsubscribe.SubscribeInfo) {
-	t2 := time.Now()
 	now := time.Now().Unix()
 	length := len(list)
 	resultList = make([]*bxsubscribe.SubscribeInfo, length)
@@ -1105,7 +1104,6 @@ func (s *subscribePush) listManager(spqp *SubPushQueryParam, list []map[string]i
 		resultList[i].CaIndex = id
 		id++
 	}
-	logx.Info("数据处理耗时:", time.Since(t2))
 	return
 }