Disabled debug output.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@757 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-08-14 00:02:37 +00:00
parent ba5530fdc9
commit c65ac9cbe8

View File

@ -44,7 +44,7 @@
#include <fcntl.h>
#ifndef TRACE_VFS
# define TRACE_VFS 1
# define TRACE_VFS 0
#endif
#if TRACE_VFS
# define PRINT(x) dprintf x