From 391fd52332ca412320f3feabd9a1311122fce128 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 19 Aug 2025 20:55:20 +1000 Subject: [PATCH] commented out more debugs --- files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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":