Turned off debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14044 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-08-21 23:19:39 +00:00
parent 96643545c5
commit 8a4462f51c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
// 3) dirty blocks are only written back if asked for
// 4) blocks are never removed yet
#define TRACE_BLOCK_CACHE
//#define TRACE_BLOCK_CACHE
#ifdef TRACE_BLOCK_CACHE
# define TRACE(x) dprintf x
#else