Disabled tracing in the AudioAdapter.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34127 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-11-19 10:04:11 +00:00
parent 94d188ea83
commit aaf92d5ce3

View File

@ -16,7 +16,7 @@
using std::nothrow;
#define TRACE_AUDIO_ADAPTER
//#define TRACE_AUDIO_ADAPTER
#ifdef TRACE_AUDIO_ADAPTER
# define TRACE(x...) printf(x)
#else