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