aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_artist.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-02 15:44:21 +0200
committerMax Kellermann <max@duempel.org>2008-10-02 15:44:21 +0200
commit36470979d9f3518217fc26987558dafb3ab36f5c (patch)
tree5ebeb5b306faafca9c52f1696f4be9851b4fa9b1 /src/screen_artist.c
parent9526f180e6f55654c99bd8d66c71612a32b0fb4e (diff)
downloadmpd-36470979d9f3518217fc26987558dafb3ab36f5c.tar.gz
mpd-36470979d9f3518217fc26987558dafb3ab36f5c.tar.xz
mpd-36470979d9f3518217fc26987558dafb3ab36f5c.zip
removed the debugging function D()
gdb is for debugging. We don't need D() calls littered all over.
Diffstat (limited to '')
-rw-r--r--src/screen_artist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_artist.c b/src/screen_artist.c
index 972de8f45..0593fee3c 100644
--- a/src/screen_artist.c
+++ b/src/screen_artist.c
@@ -307,7 +307,6 @@ browse_callback(mpdclient_t *c, int event, mpd_unused gpointer data)
{
switch(event) {
case BROWSE_DB_UPDATED:
- D("screen_artist.c> browse_callback() [BROWSE_DB_UPDATED]\n");
reload_lists(c);
break;
default: