mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Removed silly debug.
This commit is contained in:
@@ -174,13 +174,11 @@ RecentlyPlayedModel::onTracksLoaded( QList<Tomahawk::track_ptr> tracks, QList<To
|
||||
{
|
||||
for ( int i = 0; i < tracks.count(); i++ )
|
||||
{
|
||||
tDebug() << tracks.at( i )->toString();
|
||||
onPlaybackFinished( tracks.at( i ), logs.at( i ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
bool
|
||||
RecentlyPlayedModel::isTemporary() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user