Commit cc03637e authored by hujiebin's avatar hujiebin

feat:去掉无意义打点

parent 44434be7
...@@ -571,7 +571,7 @@ func (s *server) Route(ctx context.Context, in *userCenter.RouteMessage) (*userC ...@@ -571,7 +571,7 @@ func (s *server) Route(ctx context.Context, in *userCenter.RouteMessage) (*userC
} }
} else { } else {
status = common.ROUTE_CHANNEL_NOT_FOUND status = common.ROUTE_CHANNEL_NOT_FOUND
mylogrus.MyLog.Warnf("No write channel for user %d", in.GetUid()) //mylogrus.MyLog.Warnf("No write channel for user %d", in.GetUid())
} }
return &userCenter.RouteMessageRsp{Status: status}, nil return &userCenter.RouteMessageRsp{Status: status}, nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment