mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Remove debug spam.
This commit is contained in:
parent
991c206d1e
commit
f9b82b6815
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user