removed a debug statement
This commit is contained in:
parent
97c36e6da6
commit
b08fec8593
@ -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({})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user