Set appropiate log levels
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -24,7 +24,7 @@ export class GeolocationService {
|
||||
observer.next(position);
|
||||
},
|
||||
(error: PositionError) => {
|
||||
console.log('Geolocation service: ' + error.message);
|
||||
console.debug('Geolocation service: ' + error.message);
|
||||
observer.error(error);
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user