summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/dev.c
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-07-31 08:46:57 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-07-31 08:46:57 +0000
commit1f3fc05167f5687a5100de8400e71179c3140d0c (patch)
tree50643f437adc71c59080ecd0bb21db59cd4864a9 /usr.bin/aucat/dev.c
parent46e610fe37574a1c48397debbf41721c69bd2535 (diff)
remove forgotten debug message
Diffstat (limited to 'usr.bin/aucat/dev.c')
-rw-r--r--usr.bin/aucat/dev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/aucat/dev.c b/usr.bin/aucat/dev.c
index 4ef56595c76..e56a465e7a7 100644
--- a/usr.bin/aucat/dev.c
+++ b/usr.bin/aucat/dev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev.c,v 1.62 2010/07/06 01:12:45 ratchov Exp $ */
+/* $OpenBSD: dev.c,v 1.63 2010/07/31 08:46:56 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -1152,7 +1152,6 @@ dev_clear(struct dev *d)
}
if (APROC_OK(d->submon)) {
#ifdef DEBUG
- dbg_puts("clearing monitor\n");
if (!LIST_EMPTY(&d->submon->outs)) {
dbg_puts("monitoring end not idle, can't clear device\n");
dbg_panic();