diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2015-04-17 23:46:38 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2015-04-17 23:46:38 +0200 |
| commit | 5d19559e50830d4237111e0876c810d3c3ab6361 (patch) | |
| tree | 01eb67db30991440b36e182466a0514d5392b233 | |
| parent | a66d43943235ef0555c37131e906b25f8a7a940e (diff) | |
Debug line at the end of constructor no longer necessary
| -rw-r--r-- | daemon/musicmanager.cpp | 2 |
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() |
