diff --git a/src/libtomahawk/Source.cpp b/src/libtomahawk/Source.cpp index 89e4e6452..360b722c9 100644 --- a/src/libtomahawk/Source.cpp +++ b/src/libtomahawk/Source.cpp @@ -1,6 +1,6 @@ /* === This file is part of Tomahawk Player - === * - * Copyright 2010-2011, Christian Muehlhaeuser + * Copyright 2010-2014, Christian Muehlhaeuser * Copyright 2010-2012, Jeff Mitchell * Copyright 2013, Uwe L. Korn * @@ -301,7 +301,6 @@ Source::avatar( TomahawkUtils::ImageMode style, const QSize& size, bool defaultA QByteArray avatarBuffer = TomahawkUtils::Cache::instance()->getData( "Sources", dbFriendlyName() ).toByteArray(); if ( !avatarBuffer.isNull() ) { - tDebug() << Q_FUNC_INFO << QThread::currentThread(); QPixmap avatar; avatar.loadFromData( avatarBuffer ); avatarBuffer.clear();