diff --git a/yin_yang/position.py b/yin_yang/position.py index d628eb8..328a497 100644 --- a/yin_yang/position.py +++ b/yin_yang/position.py @@ -35,13 +35,6 @@ def handlePosition(self, position: QGeoPositionInfo): """Track the position provided by the service.""" self._lastPosition = position - # TODO: Here trigger a refresh. - # I tried the following but it seem to not work: - ## Trigger a refresh. Ugly but does the job - # from yin_yang.config import config - # _ = config.location - # del config - def lastKnownPosition(self): """Return the last known position, if valid.""" return self._lastPosition