1
0
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:
Christian Muehlhaeuser 2012-12-09 03:00:28 +01:00
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 )