Skip to content

Commit

Permalink
drop unnecessary log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Mar 21, 2015
1 parent 98e5e14 commit 5c28a01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def handle_errors(write):
try:
yield
except Exception, e:
logging.error('youtube-dl error: %s', e)
write('<p>%s</p>\n' % e)
if isinstance(e, (youtube_dl.DownloadError, youtube_dl.utils.ExtractorError)):
write("""\
Expand Down

0 comments on commit 5c28a01

Please sign in to comment.