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