Browse Source

remove unused code

Sven Czarnian 3 năm trước cách đây
mục cha
commit
5c2765d67a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      aman/config/Airport.py

+ 0 - 1
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: