diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 7b96353a5..45b5e3868 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -2,7 +2,6 @@ package cms import ( "fmt" - "git.rosy.net.cn/jx-callback/globals" "math" "reflect" "regexp" @@ -727,8 +726,6 @@ func GetCyclingLine(sLng, sLat, uLng, uLat float64) (polyLineList []string, dist // 高德坐标转换成百度坐标 coords, err = api.BaiDuNaviAPI.BatchCoordinateConvert(coords, baidunavi.CoordSysGaoDe2Baidu) - globals.SugarLogger.Debugf("========coords := %s", utils.Format4Output(coords, false)) - globals.SugarLogger.Debugf("========coords :err= %v", err) if err != nil || len(coords) <= model.NO { return nil, 0, 0, err }