Skip to content

Commit

Permalink
[#1515] Remove console.info in TypeGeo
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed May 28, 2024
1 parent 360329d commit cbfb366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/form/fields/TypeGeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const TypeGeo = ({ keyform, id, label, value, tooltip, required, requiredSign, d
* accuracy number in meters, doc: https://docs.expo.dev/versions/latest/sdk/location/#locationgeocodedlocation
*/
setGpsAccuracy(Math.floor(accuracy));
// console.info('GPS accuracy:', accuracy, 'GPS Threshold:', gpsThreshold);

FormState.update((s) => {
s.currentValues = { ...s.currentValues, [id]: [lat, lng] };
});
Expand Down

0 comments on commit cbfb366

Please sign in to comment.