1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Remove debug again, bug squashed

This commit is contained in:
Leo Franchi 2013-01-29 11:16:34 -05:00
parent 54d5207939
commit c0e77ac633

View File

@ -503,7 +503,6 @@ AtticaManager::syncServerData()
}
// DO we need to upgrade?
tDebug( LOGVERBOSE ) << "Upgrade check for" << upstream.id() << "local is" << r.version << "upstream is" << upstream.version() << "and state is: " << r.state;
if ( ( r.state == Installed || r.state == NeedsUpgrade ) &&
!upstream.version().isEmpty() )
{