Parcourir la source

forgot to remove the print statement gdi

Kirk Trombley il y a 3 ans
Parent
commit
886af74f40
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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">