From 50378fb76c60530c53d408100ecda874caeb0bf3 Mon Sep 17 00:00:00 2001 From: Teddy Date: Tue, 4 Nov 2014 05:35:04 +0800 Subject: remove an ugly comment --- mpd_trigger.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mpd_trigger.c') diff --git a/mpd_trigger.c b/mpd_trigger.c index 4560b51..8689767 100644 --- a/mpd_trigger.c +++ b/mpd_trigger.c @@ -198,7 +198,6 @@ void main_loop() { artist = mpd_song_get_tag(song, MPD_TAG_ARTIST, 0); album = mpd_song_get_tag(song, MPD_TAG_ALBUM, 0); track = mpd_song_get_tag(song, MPD_TAG_TRACK, 0); - /* printf("%s\n", filter("\\{title\\}artist:{artist}\nalbum:{album}\ntrack:{track}\nstate:{state}\n{elapsed_time}/{total_time}")); */ trigger(filter(trigger_command)); mpd_song_free(song); } -- cgit v1.2.3