1
0
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:
Christian Muehlhaeuser 2012-05-27 19:31:00 +02:00
parent 49a4dddd88
commit b3f2478d6d

View File

@ -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;
}