Removed console logs
This commit is contained in:
parent
db2d39637d
commit
708a9d7f33
1 changed files with 0 additions and 3 deletions
|
|
@ -11,8 +11,6 @@ const getGeolocation = (setGeolocationData) => {
|
|||
);
|
||||
|
||||
const issues = checkIssues();
|
||||
console.log(issues);
|
||||
console.log(navigator.geolocation.getCurrentPosition);
|
||||
|
||||
setGeolocationData([
|
||||
getObj('Latitude', position.coords.latitude, issues),
|
||||
|
|
@ -29,7 +27,6 @@ const getGeolocation = (setGeolocationData) => {
|
|||
};
|
||||
|
||||
const checkIssues = () => {
|
||||
console.log(navigator.geolocation.getCurrentPosition.toString());
|
||||
if (
|
||||
!navigator.geolocation.getCurrentPosition
|
||||
.toString()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue