소스 검색

remove a debug message

Sven Czarnian 3 년 전
부모
커밋
50f3e28baf
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      aman/app.py

+ 0 - 3
aman/app.py

@@ -39,9 +39,6 @@ if __name__ == '__main__':
 
 @app.route('/aman/airports')
 def airports():
-    # get the current version
-    print(version)
-
     # get the airports
     retval = []
     for airport in aman.Workers: