]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Drop noisy debug output
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 7 Oct 2018 19:46:46 +0000 (21:46 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 7 Oct 2018 19:46:46 +0000 (21:46 +0200)
This qCDebug() call shows up at every change of directory and doesn't
really add any value.

src/dolphinviewcontainer.cpp

index 5978ae938c8d889847ec4d0f1f0b1fc92eead654..767af64e1c6b103236c15cc517f8653e939ee8f2 100644 (file)
@@ -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
 }