Skip to content

Commit 015c9c4

Browse files
author
Corentin M
committed
deleted print
1 parent 338b1a5 commit 015c9c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/dashapp/routes.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
@bp.route(bp.static_folder + "/<path:filename>")
77
@login_required
88
def image_folder_seg(filename):
9-
print()
109
"""Serve files located in patient subfolder inside folder"""
1110
return send_from_directory(bp.static_folder, filename)

0 commit comments

Comments
 (0)