浏览代码

remove unused code

Sven Czarnian 3 年之前
父节点
当前提交
5c2765d67a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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: