aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-16 14:25:58 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-16 14:25:58 +0000
commit28696c8c5fd9218130bcbab178c97948e762879f (patch)
tree577b5f22b05b884925b5f0568e7deff609a61e88 /src/plugins/General
parent352fc8f8063d095788ce6f55f5969d1678ecf107 (diff)
downloadqmmp-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.cpp1
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)