summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daemon/musicmanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/musicmanager.cpp b/daemon/musicmanager.cpp
index aa961d3..e3bb30c 100644
--- a/daemon/musicmanager.cpp
+++ b/daemon/musicmanager.cpp
@@ -70,8 +70,6 @@ MusicManager::MusicManager(WatchConnector *watch, Settings *settings, QObject *p
// If the watch disconnects, we will send the current metadata when it comes back.
connect(watch, &WatchConnector::connectedChanged,
this, &MusicManager::handleWatchConnected);
-
- qCDebug(l) << "Constructor done";
}
MusicManager::~MusicManager()