diff options
-rw-r--r-- | mpd_trigger.c | 1 |
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); } |