Browse Source

remove a debug message

Sven Czarnian 3 năm trước cách đây
mục cha
commit
50f3e28baf
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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: