1
0
Fork 0
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:
Laurent Gay 2024-11-21 16:55:14 +01:00 committed by setop
parent 844642aff5
commit 368cdb9592

View file

@ -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 {