diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-02 08:31:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-02 08:31:09 +0000 |
commit | 3758168206f5fcb0d57bb11c6b4f700a35ca11d4 (patch) | |
tree | 0dc8d84ac06162ee2423f30e1aacb92bea9a3d50 | |
parent | 9338d13ebccf753b4b798410c1e4238aafe5aaf7 (diff) |
Do not define AXE_DEBUG by default.
-rw-r--r-- | sys/dev/usb/if_axe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 6a44da847ff..9c226840540 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -141,8 +141,6 @@ #include <dev/usb/if_axereg.h> -#define AXE_DEBUG 1 - #ifdef AXE_DEBUG #define DPRINTF(x) if (axedebug) logprintf x #define DPRINTFN(n,x) if (axedebug >= (n)) logprintf x |