Turn off tracing.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8162 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-25 12:53:31 +00:00
parent 87ffc773c1
commit 8f46c3cb5c
+2 -2
View File
@@ -1,6 +1,6 @@
/*
** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Distributed under the terms of the Haiku License.
*/
/*
@@ -17,7 +17,7 @@
#include <string.h>
#define TRACE_SYNC
//#define TRACE_SYNC
#ifdef TRACE_SYNC
# define TRACE(x) dprintf x
#else