diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-11-05 17:18:15 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-11-05 17:18:15 +0000 |
commit | 459e07d792b737159929cae7cfb7d87e91b88b4e (patch) | |
tree | 89bee99309211c89c5b649d4d6ded6c49d382d12 /sys/dev/puc | |
parent | efcf6d626c4dde05d1341b77d0217c393c8e9c30 (diff) |
kill leftover debug printf
ok mickey
Diffstat (limited to 'sys/dev/puc')
-rw-r--r-- | sys/dev/puc/com_puc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/puc/com_puc.c b/sys/dev/puc/com_puc.c index fe4e98318b5..93e66249a10 100644 --- a/sys/dev/puc/com_puc.c +++ b/sys/dev/puc/com_puc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_puc.c,v 1.13 2006/07/31 11:06:36 mickey Exp $ */ +/* $OpenBSD: com_puc.c,v 1.14 2006/11/05 17:18:14 martin Exp $ */ /* * Copyright (c) 1997 - 1999, Jason Downs. All rights reserved. @@ -121,7 +121,6 @@ com_puc_attach(parent, self, aux) if (pa->flags) sc->sc_frequency = pa->flags & PUC_COM_CLOCKMASK; -printf(" %x ", pa->hwtype); if (pa->hwtype) sc->sc_uarttype = pa->hwtype; |