mirror of
https://github.com/ev-map/EVMap.git
synced 2026-04-24 16:17:15 -04:00
remove extra logging from EnBwAvailabilityDetector
This commit is contained in:
@@ -118,8 +118,6 @@ class EnBwAvailabilityDetector(client: OkHttpClient, baseUrl: String? = null) :
|
||||
}
|
||||
}
|
||||
|
||||
println(markers)
|
||||
|
||||
val nearest = markers.minByOrNull { marker ->
|
||||
distanceBetween(marker.lat, marker.lon, lat, lng)
|
||||
} ?: throw AvailabilityDetectorException("no candidates found.")
|
||||
|
||||
Reference in New Issue
Block a user