This commit is contained in:
wangchuxiao
2023-01-12 17:49:36 +08:00
parent 57928f900e
commit 022da8bdbd
3 changed files with 2 additions and 9 deletions
-1
View File
@@ -105,7 +105,6 @@ func (s *cacheServer) DelFriendIDListFromCache(ctx context.Context, req *pbCache
if err := rocksCache.DelFriendIDListFromCache(ctx, req.UserID); err != nil {
return
}
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "req: ", resp.String())
return
}