mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
quiet up debug
This commit is contained in:
@@ -153,7 +153,6 @@ Collection::deleteStation( const dynplaylist_ptr& s )
|
|||||||
playlist_ptr
|
playlist_ptr
|
||||||
Collection::playlist( const QString& guid )
|
Collection::playlist( const QString& guid )
|
||||||
{
|
{
|
||||||
qDebug() << "Returning playlist for guid:" << guid << "found?" << m_playlists.contains( guid );
|
|
||||||
return m_playlists.value( guid, playlist_ptr() );
|
return m_playlists.value( guid, playlist_ptr() );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -161,7 +160,6 @@ Collection::playlist( const QString& guid )
|
|||||||
dynplaylist_ptr
|
dynplaylist_ptr
|
||||||
Collection::autoPlaylist( const QString& guid )
|
Collection::autoPlaylist( const QString& guid )
|
||||||
{
|
{
|
||||||
qDebug() << "Returning auto playlist for guid:" << guid << "found?" << m_autoplaylists.contains( guid );
|
|
||||||
return m_autoplaylists.value( guid, dynplaylist_ptr() );
|
return m_autoplaylists.value( guid, dynplaylist_ptr() );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -169,7 +167,6 @@ dynplaylist_ptr
|
|||||||
Collection::station( const QString& guid )
|
Collection::station( const QString& guid )
|
||||||
{
|
{
|
||||||
|
|
||||||
qDebug() << "Returning station for guid:" << guid << "found?" << m_stations.contains( guid );
|
|
||||||
return m_stations.value( guid, dynplaylist_ptr() );
|
return m_stations.value( guid, dynplaylist_ptr() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -184,7 +184,6 @@ playlist_ptr
|
|||||||
Playlist::load( const QString& guid )
|
Playlist::load( const QString& guid )
|
||||||
{
|
{
|
||||||
playlist_ptr p;
|
playlist_ptr p;
|
||||||
qDebug() << "asked to load playlist:" << guid;
|
|
||||||
|
|
||||||
foreach( const Tomahawk::source_ptr& source, SourceList::instance()->sources() )
|
foreach( const Tomahawk::source_ptr& source, SourceList::instance()->sources() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user