mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-23 22:25:11 +02:00
Revert "* Really spammy debug output for testing."
This reverts commit 5538a29940
.
This commit is contained in:
@@ -790,10 +790,8 @@ JSResolverHelper::addToFuzzyIndex( const QVariantList& list )
|
||||
|
||||
m_resolver->d_func()->fuzzyIndex->beginIndexing();
|
||||
|
||||
int x = 0;
|
||||
foreach ( const QVariant& variant, list )
|
||||
{
|
||||
tDebug() << "Adding" << x++;
|
||||
// Convert each entry to IndexData
|
||||
if ( variant.canConvert( QVariant::Map ) ) {
|
||||
QVariantMap map = variant.toMap();
|
||||
|
Reference in New Issue
Block a user