Forgot to disable debug messages

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40963
This commit is contained in:
Patrice Mandin 2004-10-29 11:19:03 +00:00
parent e3656a6a17
commit ca8f68a66e
5 changed files with 5 additions and 5 deletions

View file

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:dma8: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View file

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:gsxb: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View file

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:mcsn: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View file

@ -53,7 +53,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:stfa: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \

View file

@ -54,7 +54,7 @@
/* Debug print info */
#define DEBUG_NAME "audio:xbios: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \