From: Andre Noll Date: Mon, 1 Oct 2007 08:19:59 +0000 (+0200) Subject: mood.c: Remove debug log message. X-Git-Tag: v0.3.0~318 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f771887784c73ccfb3f00e775dcf241267a54ea7;ds=sidebyside mood.c: Remove debug log message. --- diff --git a/mood.c b/mood.c index fdf8cdce..86e0eba2 100644 --- a/mood.c +++ b/mood.c @@ -176,8 +176,6 @@ static int mm_no_attributes_set_score_function(__a_unused const char *path, __a_unused const struct audio_format_info *afhi, __a_unused const void *data) { - if (!strcmp(path, "/home/mp3/checked/dvd_08/cd_52/Sade__Paradise.mp3")) - PARA_NOTICE_LOG("%s: %llu\n", path, afsi->attributes); if (!afsi->attributes) return 100; return -100;