remove extra logging from EnBwAvailabilityDetector

This commit is contained in:
johan12345
2022-06-23 19:34:49 +02:00
parent 258a04b14e
commit fa2b7bf180

View File

@@ -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.")