Mercurial > audlegacy-plugins
diff src/CoreAudio/audio.c @ 64:755a71ca3c92 trunk
[svn] - remove some spurious debugging notices
| author | nenolod |
|---|---|
| date | Sat, 30 Sep 2006 22:03:52 -0700 |
| parents | 023b3e4147c0 |
| children | aee4ebea943a |
line wrap: on
line diff
--- a/src/CoreAudio/audio.c Sat Sep 30 21:53:30 2006 -0700 +++ b/src/CoreAudio/audio.c Sat Sep 30 22:03:52 2006 -0700 @@ -88,8 +88,6 @@ bitrate *= 2; } - //printf("osx_calc_bitrate(): %d\n",bitrate); - return bitrate; } @@ -137,8 +135,6 @@ break; } - printf("osx_get_format: in: %d, out: %d\n", fmt, format); - return format; } @@ -195,8 +191,6 @@ break; } - printf("osx_conv_get_format: in: %d, out: %d\n", fmt, format); - return format; }
