summaryrefslogtreecommitdiff
path: root/src/browserdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browserdialog.cpp')
-rw-r--r--src/browserdialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/browserdialog.cpp b/src/browserdialog.cpp
index 521459d0..933b4bc0 100644
--- a/src/browserdialog.cpp
+++ b/src/browserdialog.cpp
@@ -22,10 +22,10 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "messagedialog.h"
#include "report.h"
-#include "json.h"
#include "persistentcookiejar.h"
#include <gameinfo.h>
+#include "json.h"
#include <utility.h>
#include <gameinfo.h>
@@ -202,7 +202,6 @@ void BrowserDialog::unsupportedContent(QNetworkReply *reply)
return;
}
- qDebug("unsupported: %s - %s", view->url().toString().toUtf8().constData(), reply->url().toString().toUtf8().constData());
emit requestDownload(view->url(), reply);
} catch (const std::exception &e) {
if (isVisible()) {