Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Stop printing each media path
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Feb 14, 2018
1 parent d33a0d2 commit 5944089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion puffin/gui/view.py
Expand Up @@ -104,7 +104,6 @@ def media(path):
raise Exception("Unsupported media file format")
if path.startswith('image-'):
path = path[6:]
print(path)
return flask.send_from_directory(applications.APPLICATION_HOME, path)

@app.route('/application/<application_id>/settings.html', methods=['GET', 'POST'])
Expand Down

0 comments on commit 5944089

Please sign in to comment.