mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Remove debug.
This commit is contained in:
@@ -224,7 +224,6 @@ GlobalActionManager::copyPlaylistToClipboard( const dynplaylist_ptr& playlist )
|
|||||||
QList< dyncontrol_ptr > controls = playlist->generator()->controls();
|
QList< dyncontrol_ptr > controls = playlist->generator()->controls();
|
||||||
foreach ( const dyncontrol_ptr& c, controls )
|
foreach ( const dyncontrol_ptr& c, controls )
|
||||||
{
|
{
|
||||||
tDebug() << Q_FUNC_INFO << percentEncode( c->input() );
|
|
||||||
if ( c->selectedType() == "Artist" )
|
if ( c->selectedType() == "Artist" )
|
||||||
{
|
{
|
||||||
if ( c->match().toInt() == Echonest::DynamicPlaylist::ArtistType )
|
if ( c->match().toInt() == Echonest::DynamicPlaylist::ArtistType )
|
||||||
|
Reference in New Issue
Block a user