remove log

This commit is contained in:
zhongchao
2022-08-01 14:45:18 +08:00
parent 72cb08d743
commit a592afc794
2 changed files with 0 additions and 5 deletions

View File

@@ -116,14 +116,11 @@ public class TrackObj {
lat = matchedPoint[1];
s2LatLng = S2LatLng.fromDegrees(cacheData.getLatitude(), cacheData.getLongitude());
s2CellId = S2CellId.fromLatLng(s2LatLng).parent(22);
// Log.d("hy uuid : " + cacheData.getUuid(), " 更新定位 lon : " + matchedPoint[0] + " , lat : " + matchedPoint[1]);
} else {
centerLineInfo = null;
// Log.d("hy uuid : " + cacheData.getUuid(), "计算结果出现问题 : " + matchedPoint[0] + " , " + matchedPoint[1]);
}
} else {
centerLineInfo = null;
// Log.d("hy uuid : " + cacheData.getUuid(), "未获取到道路数据");
}
}
cacheData = cacheData.toBuilder().setLongitude(lon).setLatitude(lat).build();