add debug log for testing
This commit is contained in:
@@ -413,7 +413,8 @@ const userSettingsLocation = computed(() => {
|
||||
const placeName = location?.locality ?? location?.region ?? location?.country;
|
||||
console.debug(
|
||||
"userSettingsLocation from reverseGeocode",
|
||||
location,
|
||||
reverseGeocodeResult.value,
|
||||
coords.value,
|
||||
placeName
|
||||
);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user