No more debug output for the driver part.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-09-29 12:20:31 +00:00
parent f3df760478
commit 005333c0d9
+1 -1
View File
@@ -11,7 +11,7 @@
#include <stdio.h>
#define TTY_TRACE
//#define TTY_TRACE
#ifdef TTY_TRACE
# define TRACE(x) dprintf x
#else