diff options
author | Jarek Kobus <[email protected]> | 2018-09-19 14:05:48 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2018-09-19 12:44:20 +0000 |
commit | 4669563836c0fc0f89de692b365051ed9d758dd8 (patch) | |
tree | 1da609284112036a315f0d7595a2b143ddb2a83b /src/plugins/help/webenginehelpviewer.cpp | |
parent | c99fb5d0bc24755f9a8d57c7e2a6d14ba6078523 (diff) |
Remove qDebug()
Change-Id: Ie951201ae2cea355e0118cc36c69fdf2cff5c26b
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/help/webenginehelpviewer.cpp')
-rw-r--r-- | src/plugins/help/webenginehelpviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/help/webenginehelpviewer.cpp b/src/plugins/help/webenginehelpviewer.cpp index 08d5f44e600..60773b91fef 100644 --- a/src/plugins/help/webenginehelpviewer.cpp +++ b/src/plugins/help/webenginehelpviewer.cpp @@ -96,7 +96,6 @@ WebEngineHelpViewer::WebEngineHelpViewer(QWidget *parent) : QTimer::singleShot(/*magic timeout=*/150, this, [this] { QUrl urlWithoutFragment = source(); urlWithoutFragment.setFragment(QString()); - qDebug() << urlWithoutFragment << m_previousUrlWithoutFragment; if (urlWithoutFragment == m_previousUrlWithoutFragment) slotLoadFinished(); m_previousUrlWithoutFragment = urlWithoutFragment; |