From f771887784c73ccfb3f00e775dcf241267a54ea7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 1 Oct 2007 10:19:59 +0200 Subject: [PATCH] mood.c: Remove debug log message. --- mood.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2