diff options
| author | Elvis Angelaccio <[email protected]> | 2018-10-07 21:46:46 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-10-07 21:46:46 +0200 |
| commit | 2871364f66058c66658741e9270471082c6f855a (patch) | |
| tree | 66e564737d93b0eb108a3c01248d7520d7d880f7 /src | |
| parent | 949da1fb3117c736e4f2f5182126dde1a758c719 (diff) | |
Drop noisy debug output
This qCDebug() call shows up at every change of directory and doesn't
really add any value.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 5978ae938..767af64e1 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -684,7 +684,6 @@ void DolphinViewContainer::slotUrlNavigatorLocationChanged(const QUrl& url) void DolphinViewContainer::slotUrlSelectionRequested(const QUrl& url) { - qCDebug(DolphinDebug) << "slotUrlSelectionRequested: " << url; m_view->markUrlsAsSelected({url}); m_view->markUrlAsCurrent(url); // makes the item scroll into view } |
