mirror of https://gitee.com/bigwinds/arangodb
remove logging of warning here. should be handled by AQL query instead
This commit is contained in:
parent
ee858a1906
commit
a788b81de3
|
@ -51,7 +51,6 @@ Result GeoUtils::indexCellsLatLng(VPackSlice const& data, bool isGeoJson,
|
|||
S2LatLng ll = S2LatLng::FromDegrees(lat.getNumericValue<double>(),
|
||||
lon.getNumericValue<double>());
|
||||
if (!ll.is_valid()) {
|
||||
LOG_TOPIC(WARN, Logger::ENGINES) << "Invalid lat lng pair";
|
||||
return TRI_ERROR_BAD_PARAMETER;
|
||||
}
|
||||
centroid = ll.ToPoint();
|
||||
|
|
Loading…
Reference in New Issue