Disable tracing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24545 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2008-03-24 01:02:59 +00:00
parent 612ab37d12
commit 77570fb545

View File

@ -17,7 +17,7 @@
#include <stdlib.h>
#define TRACE_TIME
//#define TRACE_TIME
#ifdef TRACE_TIME
# define TRACE(x) dprintf x
#else