diff options
| -rw-r--r-- | src/Geshem.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Geshem.js b/src/Geshem.js index c1046a0..a982ed3 100644 --- a/src/Geshem.js +++ b/src/Geshem.js @@ -167,7 +167,7 @@ class Geshem extends Component { } componentDidMount() { - this.getGeolocation(); + // this.getGeolocation(); this.loadRadarData(); this.initMap(); } |
