Mercurial > audlegacy-plugins
changeset 1220:4730e246f536
Remove metadata debugging notices.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Sun, 08 Jul 2007 22:40:38 -0500 |
parents | 31c44eb25a4a |
children | 619cd8c8def5 |
files | src/lastfm/lastfm.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lastfm/lastfm.c Sun Jul 08 22:39:59 2007 -0500 +++ b/src/lastfm/lastfm.c Sun Jul 08 22:40:38 2007 -0500 @@ -452,9 +452,6 @@ { LastFM *handle = file->handle; - g_print("artist: %s track: %s station: %s\n", - handle->lastfm_artist, handle->lastfm_title, handle->lastfm_station_name); - if (!g_ascii_strncasecmp(field, "stream-name", 11) && (handle->lastfm_station_name != NULL)) return g_strdup(handle->lastfm_station_name); if (!g_ascii_strncasecmp(field, "track-name", 10) && (handle->lastfm_title != NULL) && (handle->lastfm_artist != NULL))