diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-05-08 12:12:56 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-05-08 12:12:56 +0200 |
commit | 6ac89bdf52048ea61bdcd539304e492024ff01d7 (patch) | |
tree | 60029e8565b4fc4fda03653817972735afd95235 /plugins | |
parent | 99d971c6fa2e6fc84686ef3ebc3d87e84d33e5ea (diff) |
removed printf from artwork plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/artwork/artwork.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 1489b72d..56a8ed94 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -523,7 +523,6 @@ static int artwork_plugin_stop (void) { if (tid) { - printf ("terminate artwork plugin\n"); terminate = 1; deadbeef->cond_signal (cond); deadbeef->thread_join (tid); |