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();
|
const issues = checkIssues();
|
||||||
console.log(issues);
|
|
||||||
console.log(navigator.geolocation.getCurrentPosition);
|
|
||||||
|
|
||||||
setGeolocationData([
|
setGeolocationData([
|
||||||
getObj('Latitude', position.coords.latitude, issues),
|
getObj('Latitude', position.coords.latitude, issues),
|
||||||
|
|
@ -29,7 +27,6 @@ const getGeolocation = (setGeolocationData) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const checkIssues = () => {
|
const checkIssues = () => {
|
||||||
console.log(navigator.geolocation.getCurrentPosition.toString());
|
|
||||||
if (
|
if (
|
||||||
!navigator.geolocation.getCurrentPosition
|
!navigator.geolocation.getCurrentPosition
|
||||||
.toString()
|
.toString()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue