mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Remove debug output again.
This commit is contained in:
@@ -135,7 +135,6 @@ Source::setAvatar( const QPixmap& avatar )
|
|||||||
buffer.open( QIODevice::WriteOnly );
|
buffer.open( QIODevice::WriteOnly );
|
||||||
avatar.save( &buffer, "PNG" );
|
avatar.save( &buffer, "PNG" );
|
||||||
|
|
||||||
tDebug() << Q_FUNC_INFO << friendlyName() << m_username << ba.count();
|
|
||||||
TomahawkUtils::Cache::instance()->putData( "Sources", 7776000000 /* 90 days */, m_username, ba );
|
TomahawkUtils::Cache::instance()->putData( "Sources", 7776000000 /* 90 days */, m_username, ba );
|
||||||
m_avatarUpdated = true;
|
m_avatarUpdated = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user