From b3f2478d6d1bb24b8444f347dd8fa411c3a8d8b8 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser <muesli@gmail.com> Date: Sun, 27 May 2012 19:31:00 +0200 Subject: [PATCH] * Remove debug output again. --- src/libtomahawk/Source.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/Source.cpp b/src/libtomahawk/Source.cpp index 42733a370..53f46bf32 100644 --- a/src/libtomahawk/Source.cpp +++ b/src/libtomahawk/Source.cpp @@ -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; }