remove unneeded code
This commit is contained in:
parent
279fa1eed5
commit
0b8b2cad67
1 changed files with 0 additions and 3 deletions
|
@ -115,12 +115,9 @@ class Command(BaseCommand):
|
||||||
# find existing location
|
# find existing location
|
||||||
result = beacons_so_far.pop(import_tag, None)
|
result = beacons_so_far.pop(import_tag, None)
|
||||||
|
|
||||||
old_result = None
|
|
||||||
|
|
||||||
# build resulting object
|
# build resulting object
|
||||||
altitude_quest = True
|
altitude_quest = True
|
||||||
if not result:
|
if not result:
|
||||||
old_result = result
|
|
||||||
result = RangingBeacon(import_tag=import_tag)
|
result = RangingBeacon(import_tag=import_tag)
|
||||||
else:
|
else:
|
||||||
if result.space == new_space and distance(unwrap_geom(result.geometry), new_geometry) < 0.03:
|
if result.space == new_space and distance(unwrap_geom(result.geometry), new_geometry) < 0.03:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue