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;
|
const placeName = location?.locality ?? location?.region ?? location?.country;
|
||||||
console.debug(
|
console.debug(
|
||||||
"userSettingsLocation from reverseGeocode",
|
"userSettingsLocation from reverseGeocode",
|
||||||
location,
|
reverseGeocodeResult.value,
|
||||||
|
coords.value,
|
||||||
placeName
|
placeName
|
||||||
);
|
);
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user