소스 검색

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: