aboutsummaryrefslogtreecommitdiff
path: root/mpd_trigger.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-11-04 05:35:04 +0800
committerTeddy <ted.sybil@gmail.com>2014-11-04 05:35:04 +0800
commit50378fb76c60530c53d408100ecda874caeb0bf3 (patch)
tree322d7cba6aef1ebdec9b30193ed12040af6c8e84 /mpd_trigger.c
parent9996f078dcdd58973ae1153e5c5c3e6623705fdd (diff)
remove an ugly comment
Diffstat (limited to 'mpd_trigger.c')
-rw-r--r--mpd_trigger.c1
1 files changed, 0 insertions, 1 deletions
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);
}