Ver Fonte

forgot to remove the print statement gdi

Kirk Trombley há 3 anos atrás
pai
commit
886af74f40
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      server/app.py

+ 0 - 2
server/app.py

@@ -151,8 +151,6 @@ def get_status():
 
 @app.route("/page")
 def get_page():
-
-    print(get_users()[0])
     return render_template_string("""
     <!DOCTYPE html>
     <html lang="en">