mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-02 21:35:16 +00:00
add debug log for testing
This commit is contained in:
parent
844642aff5
commit
368cdb9592
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue