remove unused code

This commit is contained in:
Sven Czarnian
2021-12-15 09:27:41 +01:00
parent bb2aaeba7a
commit 5c2765d67a

View File

@@ -210,7 +210,6 @@ class Airport:
sys.stderr.write('Unable to find runway ' + name + ' in the sequencing data for ' + icao) sys.stderr.write('Unable to find runway ' + name + ' in the sequencing data for ' + icao)
raise Exception() raise Exception()
#sys.exit(-1)
def updateRunwayAssignment(dictionary, runway, assignments): def updateRunwayAssignment(dictionary, runway, assignments):
if runway not in dictionary: if runway not in dictionary: