Removing logs
This commit is contained in:
parent
c2270a860e
commit
0342bdf33f
1 changed files with 0 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ class CenterInMyPosition extends React.Component {
|
|||
// only with SSL:
|
||||
// https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/getCurrentPosition
|
||||
|
||||
console.log('Center');
|
||||
// https://stackoverflow.com/questions/31608579/somethings-wrong-with-my-meteor-geolocation-functions
|
||||
const userGeoLocation = new ReactiveVar(null);
|
||||
const self = this;
|
||||
|
|
@ -29,8 +28,6 @@ class CenterInMyPosition extends React.Component {
|
|||
zoom: 11
|
||||
};
|
||||
self.props.onClick(viewport);
|
||||
// console.log(viewport);
|
||||
// self.onViewportChanged(viewport);
|
||||
computation.stop();
|
||||
}
|
||||
// https://developer.mozilla.org/en-US/docs/Web/API/PositionError)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue