diff --git a/files.py b/files.py index 5614711..369e049 100644 --- a/files.py +++ b/files.py @@ -450,9 +450,9 @@ def files_rbp(): @app.route("/search/", methods=["GET", "POST"]) @login_required def search(search_term): - print( f"req={request}" ) +# print( f"req={request}" ) OPT=States( request ) - print( f"OPT={OPT}" ) +# print( f"OPT={OPT}" ) # if we posted to get here, its a change in State, so save it to pa_user_state, and go back to the GET version or URL if request.method=="POST":