Turned off debug output.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10343 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-12-02 03:21:05 +00:00
parent 7335fda5b4
commit e4f5a3a3b0
+4 -4
View File
@@ -1,7 +1,7 @@
/*
** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
* Copyright 2002/03, Thomas Kurschel. All rights reserved.
* Distributed under the terms of the MIT License.
*/
/*
Part of Open block device manager
@@ -16,7 +16,7 @@
#include <stdio.h>
#define TRACE_BLOCK_IO
//#define TRACE_BLOCK_IO
#ifdef TRACE_BLOCK_IO
# define TRACE(x) dprintf x
#else