remove debugging println call

This commit is contained in:
Johan von Forstner
2020-05-24 15:38:21 +02:00
parent 39dc50724e
commit d94053261c

View File

@@ -206,8 +206,6 @@ class MapViewModel(application: Application, geApiKey: String) : AndroidViewMode
val useClustering = minConnectors <= 1 && zoom < 13
val clusterDistance = if (useClustering) getClusterDistance(zoom) else null
println("$zoom, $clusterDistance")
val response = api.getChargepoints(
bounds.southwest.latitude, bounds.southwest.longitude,
bounds.northeast.latitude, bounds.northeast.longitude,