diff options
Diffstat (limited to 'src/plugins/General/library')
| -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) |
