diff options
author | Teddy <[email protected]> | 2014-11-04 05:35:04 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-11-04 05:35:04 +0800 |
commit | 50378fb76c60530c53d408100ecda874caeb0bf3 (patch) | |
tree | 322d7cba6aef1ebdec9b30193ed12040af6c8e84 | |
parent | 9996f078dcdd58973ae1153e5c5c3e6623705fdd (diff) |
remove an ugly comment
-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); } |