From 6bcdf33b4675e46864e46059b659a535cb01d31d Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 29 Jun 2018 15:23:29 +0800 Subject: [PATCH] - remove a debug msg. --- platformapi/jdapi/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/callback.go b/platformapi/jdapi/callback.go index fc87d2d1..de514a5a 100644 --- a/platformapi/jdapi/callback.go +++ b/platformapi/jdapi/callback.go @@ -88,7 +88,7 @@ func (a *API) getCommonOrderCallbackMsg(data []byte, msg interface{}, needDecode } jdParamJSON := result.Get(paramJson) - baseapi.SugarLogger.Debug(jdParamJSON) + // baseapi.SugarLogger.Debug(jdParamJSON) if callbackResponse = a.unmarshalData(jdParamJSON, msg); callbackResponse != nil { return callbackResponse }