From c0e4bee26b84c7f8f968c83284700cdf8ff0512f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 18 Oct 2023 00:42:50 +0300 Subject: still trying to find why 78d is duplicated --- parsers/locations.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'parsers/locations.py') diff --git a/parsers/locations.py b/parsers/locations.py index 4745bc6..bdb2fff 100644 --- a/parsers/locations.py +++ b/parsers/locations.py @@ -259,13 +259,11 @@ def LoadPositions(): mappoints = {} found_points = {} pts = MapLocations().points() - i=0 for pt in pts: svxid, number, point_type, ent = pt - i += 1 #((st, str(ent), ent.needs_surface_work(), ent)) if svxid in mappoints: - print(f" = seen this svxid {svxid} for {ent} already on {mappoints[svxid]} item {i}") + print(f" = seen this svxid {svxid} for {ent} already on entrance {mappoints[svxid]}") else: mappoints[svxid] = ent if svxid =="1": -- cgit v1.2.3