From 0fcae3836afaea792bfb18a0150a8d87825d5378 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 31 Jul 2010 22:11:42 +0200 Subject: disabled lastfm tracing --- plugins/lastfm/lastfm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/lastfm') diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index 0427b44c..f71bc2dc 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -23,8 +23,8 @@ #include #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 -- cgit v1.2.3