mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Remove debug spam.
This commit is contained in:
@@ -623,7 +623,6 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
|
||||
beginGroup( QString( "accounts/%1" ).arg( account ) );
|
||||
const QVariantHash creds = value( "credentials" ).toHash();
|
||||
|
||||
tDebug() << "creds:" << creds;
|
||||
if ( !creds.isEmpty() )
|
||||
{
|
||||
QKeychain::WritePasswordJob* j = new QKeychain::WritePasswordJob( QLatin1String( "Tomahawk" ), this );
|
||||
@@ -636,8 +635,6 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
|
||||
|
||||
j->setBinaryData( data );
|
||||
j->start();
|
||||
|
||||
qDebug() << "Migrating account credentials for account:" << account;
|
||||
}
|
||||
|
||||
remove( "credentials" );
|
||||
|
Reference in New Issue
Block a user