- remove a debug msg.

This commit is contained in:
gazebo
2018-06-29 15:23:29 +08:00
parent b10456dffe
commit 6bcdf33b46

View File

@@ -88,7 +88,7 @@ func (a *API) getCommonOrderCallbackMsg(data []byte, msg interface{}, needDecode
} }
jdParamJSON := result.Get(paramJson) jdParamJSON := result.Get(paramJson)
baseapi.SugarLogger.Debug(jdParamJSON) // baseapi.SugarLogger.Debug(jdParamJSON)
if callbackResponse = a.unmarshalData(jdParamJSON, msg); callbackResponse != nil { if callbackResponse = a.unmarshalData(jdParamJSON, msg); callbackResponse != nil {
return callbackResponse return callbackResponse
} }