mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 20:15:07 +08:00
Remove useless comment
This commit is contained in:
parent
77dcbff6b2
commit
576fa9c6da
@ -38,9 +38,6 @@ pub fn extract_geo_points<R: io::Read + io::Seek>(
|
|||||||
serde_json::from_slice(document_id).unwrap()
|
serde_json::from_slice(document_id).unwrap()
|
||||||
};
|
};
|
||||||
|
|
||||||
// HELP we will receive two DelAdds here, one for the lat and one for the lng
|
|
||||||
// what happens if there is a missing Del or Add for one of them?
|
|
||||||
|
|
||||||
// first we get the two fields
|
// first we get the two fields
|
||||||
match (obkv.get(lat_fid), obkv.get(lng_fid)) {
|
match (obkv.get(lat_fid), obkv.get(lng_fid)) {
|
||||||
(Some(lat), Some(lng)) => {
|
(Some(lat), Some(lng)) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user