Remove unnecessary debug logging from officer images
This commit is contained in:
parent
88d2c36511
commit
663655b125
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ def join():
|
|||
|
||||
@bp.route("/officers/<path:username>")
|
||||
def officer_images(username):
|
||||
print(current_app.config["UPLOAD_FOLDER"])
|
||||
print(username)
|
||||
return send_from_directory(current_app.config["UPLOAD_FOLDER"], username)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue