- remove a redundant warning log.

This commit is contained in:
gazebo
2018-06-18 15:26:38 +08:00
parent 0a7651cf0e
commit c6c14b1037

View File

@@ -84,7 +84,6 @@ func (c *OrderController) OrderStatus(order *jdapi.JDOrderMsg) *jdapi.JDCallback
if order.StatusId != jdapi.JdOrderStatusNew && order.StatusId != jdapi.JdOrderStatusAdjust {
err := normalOrderStatus(order)
if err != nil {
globals.SugarLogger.Warnf("error in OrderStatus, error:%v", err)
return &jdapi.JDCallbackResponse{jdapi.JDerrorCodeAccessFailed, err.Error(), ""}
}
} else {