Explorar el Código

remove a debug message

Sven Czarnian hace 3 años
padre
commit
50f3e28baf
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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: