summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2007-09-13 12:33:19 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2007-09-13 12:33:19 +0000
commit67529b284be16edf396f300e8e1f24219d36d2c3 (patch)
treea5c9450d34138c7bb1dc873b4a554694fdf078af /sys
parent5959167e672aac9bbcd6b6337fe8a3041d43a7a1 (diff)
Ops, remove temporary debug line.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/bwi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c
index 21d2ca31dad..0150c5f9fd0 100644
--- a/sys/dev/ic/bwi.c
+++ b/sys/dev/ic/bwi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bwi.c,v 1.7 2007/09/13 12:31:47 mglocker Exp $ */
+/* $OpenBSD: bwi.c,v 1.8 2007/09/13 12:33:18 mglocker Exp $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@ -5489,8 +5489,6 @@ bwi_attach(struct bwi_softc *sc)
goto fail;
}
- printf("YEAH\n");
-
return 0;
fail:
return error;