From 5c2765d67a446685b7a4eea6a883c2f7a1b94fad Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Wed, 15 Dec 2021 09:27:41 +0100 Subject: [PATCH] remove unused code --- aman/config/Airport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aman/config/Airport.py b/aman/config/Airport.py index d834736..8369fdd 100644 --- a/aman/config/Airport.py +++ b/aman/config/Airport.py @@ -210,7 +210,6 @@ class Airport: sys.stderr.write('Unable to find runway ' + name + ' in the sequencing data for ' + icao) raise Exception() - #sys.exit(-1) def updateRunwayAssignment(dictionary, runway, assignments): if runway not in dictionary: