Sfoglia il codice sorgente

forgot to remove the print statement gdi

Kirk Trombley 3 anni fa
parent
commit
886af74f40
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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">