- remove useless comment

This commit is contained in:
gazebo
2018-10-28 21:58:52 +08:00
parent a4bb889e17
commit c3399c60e1
2 changed files with 0 additions and 2 deletions

View File

@@ -236,7 +236,6 @@ func (c *PurchaseHandler) onOrderUserUrgeOrder(msg *elmapi.CallbackOrderUrgeMsg)
StatusTime: utils.Timestamp2Time(msg.UpdateTime),
}
if globals.ReallyCallPlatformAPI {
// freshfood.FreshFoodAPI.ELMClientUrgeOrder(msg.OrderID)
c.ClientUrgeOrder(msg.OrderID)
}
return elmapi.Err2CallbackResponse(partner.CurOrderManager.OnOrderStatusChanged(status), status.VendorStatus)