changeset 2450:ccfc52a92504

Remove debugging notice.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Mar 2008 16:42:02 -0500
parents 76464124f697
children 695e2c6040f2
files src/alsa/audio.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alsa/audio.c	Thu Mar 13 16:39:55 2008 -0500
+++ b/src/alsa/audio.c	Thu Mar 13 16:42:02 2008 -0500
@@ -783,7 +783,6 @@
 	for (i = 0; i < sizeof(format_table) / sizeof(format_table[0]); i++)
 		if (format_table[i].xmms == fmt)
 		{
-			printf("match!\n");
 			f->format = format_table[i].alsa;
                         found = 1;
 			break;