summaryrefslogtreecommitdiff
path: root/plugins/lastfm
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-04 20:11:34 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-04 20:11:34 +0100
commit8ee35ba440ff17efd712868acfedb062358e6ad7 (patch)
tree95404e171c0af791e595f4d368102a1817021bfe /plugins/lastfm
parent14e81061bdccc365de366190df552a9b9bcc0af1 (diff)
disabled lastfm tracing
Diffstat (limited to 'plugins/lastfm')
-rw-r--r--plugins/lastfm/lastfm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index ec53acd7..6bd293e5 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -23,8 +23,8 @@
#include <curl/curl.h>
#include "../../deadbeef.h"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
#define LFM_TESTMODE 0
#define LFM_IGNORE_RULES 0