diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-18 17:09:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-18 17:09:10 +0000 |
commit | 7296c60c66379fdc5b20f9dfe85455371a71e7a3 (patch) | |
tree | 142769732b0450730181c48d0c7259e8eab1249e /sys/dev/ic/twe.c | |
parent | dfeb18b2207f3b8bc60d0ca6cf9c8f6c3911a073 (diff) |
stupidous debug was left enabled
Diffstat (limited to 'sys/dev/ic/twe.c')
-rw-r--r-- | sys/dev/ic/twe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/twe.c b/sys/dev/ic/twe.c index 00c50e037d9..cb5f44169b3 100644 --- a/sys/dev/ic/twe.c +++ b/sys/dev/ic/twe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: twe.c,v 1.10 2001/05/10 20:07:35 mickey Exp $ */ +/* $OpenBSD: twe.c,v 1.11 2001/05/18 17:09:09 mickey Exp $ */ /* * Copyright (c) 2000, 2001 Michael Shalayeff. All rights reserved. @@ -33,7 +33,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#define TWE_DEBUG +/* #define TWE_DEBUG */ #include <sys/param.h> #include <sys/systm.h> |