Remove set_trace

This commit is contained in:
Florian Bruhin 2014-06-19 21:26:01 +02:00
parent 2fd475b1a4
commit 684154dd7d

View File

@ -163,7 +163,6 @@ class BrowserPage(QWebPage):
start_download: Emitted with the QNetworkReply associated with the
passed request.
"""
from qutebrowser.utils.debug import set_trace; set_trace()
reply = self.networkAccessManager().get(request)
self.start_download.emit(reply)