From 5d19559e50830d4237111e0876c810d3c3ab6361 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 17 Apr 2015 23:46:38 +0200 Subject: Debug line at the end of constructor no longer necessary --- daemon/musicmanager.cpp | 2 -- 1 file changed, 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() -- cgit v1.2.3