From 28696c8c5fd9218130bcbab178c97948e762879f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 16 Jan 2021 14:25:58 +0000 Subject: 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 --- src/plugins/General/library/librarymodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/General/library/librarymodel.cpp') 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) -- cgit v1.2.3-13-gbd6f