Remove accidentally commited set_trace

This commit is contained in:
Florian Bruhin 2014-06-19 07:52:32 +02:00
parent 6e59b0ab3a
commit b25b3c3786

View File

@ -323,7 +323,6 @@ class DownloadManager(QObject):
""" """
# First check if the Content-Disposition header has a filename # First check if the Content-Disposition header has a filename
# attribute. # attribute.
from qutebrowser.utils.debug import set_trace; set_trace()
filename = get_http_header(reply, 'Content-Disposition', 'filename') filename = get_http_header(reply, 'Content-Disposition', 'filename')
# Then try to get filename from url # Then try to get filename from url
if not filename: if not filename: