diff --git a/the_works/views/home.py b/the_works/views/home.py index 32811a5..67ccd71 100644 --- a/the_works/views/home.py +++ b/the_works/views/home.py @@ -19,7 +19,6 @@ def startpage(): @bp.route("/search") def search_all(): - print(f"home.search_all(): request.url is {request.url}") #DEBUG # return when query is empty if not request.args.get("query"): return jsonify({})