diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 14:25:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 14:25:58 +0000 |
| commit | 28696c8c5fd9218130bcbab178c97948e762879f (patch) | |
| tree | 577b5f22b05b884925b5f0568e7deff609a61e88 /src/plugins/General | |
| parent | 352fc8f8063d095788ce6f55f5969d1678ecf107 (diff) | |
| download | qmmp-28696c8c5fd9218130bcbab178c97948e762879f.tar.gz qmmp-28696c8c5fd9218130bcbab178c97948e762879f.tar.bz2 qmmp-28696c8c5fd9218130bcbab178c97948e762879f.zip | |
library: removed useless debug output
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9637 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/library/librarymodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/General/library/librarymodel.cpp b/src/plugins/General/library/librarymodel.cpp index ce6490924..fef15669f 100644 --- a/src/plugins/General/library/librarymodel.cpp +++ b/src/plugins/General/library/librarymodel.cpp @@ -159,7 +159,6 @@ void LibraryModel::fetchMore(const QModelIndex &parent) item->type = Qmmp::ALBUM; item->parent = parentItem; parentItem->children << item; - qDebug() << parentItem->name << item->name; } } else if(parentItem->type == Qmmp::ALBUM) |
