chore: remove test logs

This commit is contained in:
Lucas Nogueira
2025-11-19 17:00:14 -03:00
parent 5767b848fa
commit 14fb36e347
2 changed files with 8 additions and 10 deletions
@@ -49,8 +49,6 @@ public class Geolocation(private val context: Context) {
val lowPrio = if (networkEnabled) Priority.PRIORITY_BALANCED_POWER_ACCURACY else Priority.PRIORITY_LOW_POWER
val prio = if (enableHighAccuracy) Priority.PRIORITY_HIGH_ACCURACY else lowPrio
Logger.error(prio.toString())
LocationServices
.getFusedLocationProviderClient(context)
.getCurrentLocation(prio, null)