remove a debug message

Cette révision appartient à :
Sven Czarnian
2021-11-29 17:58:02 +01:00
Parent f14c6735cc
révision 50f3e28baf

Voir le fichier

@@ -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: