Explorar el Código

forgot to remove the print statement gdi

Kirk Trombley hace 3 años
padre
commit
886af74f40
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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">