mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 17:29:42 +01:00
* Remove debug output again.
This commit is contained in:
parent
49a4dddd88
commit
b3f2478d6d
@ -135,7 +135,6 @@ Source::setAvatar( const QPixmap& avatar )
|
||||
buffer.open( QIODevice::WriteOnly );
|
||||
avatar.save( &buffer, "PNG" );
|
||||
|
||||
tDebug() << Q_FUNC_INFO << friendlyName() << m_username << ba.count();
|
||||
TomahawkUtils::Cache::instance()->putData( "Sources", 7776000000 /* 90 days */, m_username, ba );
|
||||
m_avatarUpdated = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user