From e03343059d550f49865abb3ad9b90d25857fe9d0 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 19 Aug 2004 10:18:42 +0000 Subject: Remove debug printf that crept in. --- sys/arch/hp300/dev/mb89352.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/hp300') diff --git a/sys/arch/hp300/dev/mb89352.c b/sys/arch/hp300/dev/mb89352.c index 6354bcd7870..4e250780c7e 100644 --- a/sys/arch/hp300/dev/mb89352.c +++ b/sys/arch/hp300/dev/mb89352.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mb89352.c,v 1.2 2004/08/18 17:18:00 miod Exp $ */ +/* $OpenBSD: mb89352.c,v 1.3 2004/08/19 10:18:41 miod Exp $ */ /* $NetBSD: mb89352.c,v 1.5 2000/03/23 07:01:31 thorpej Exp $ */ /* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */ @@ -1472,7 +1472,6 @@ spc_intr(void *arg) ints = spc_read(INTS); if (ints != 0) spc_process_intr(arg, ints); -else printf("spc_intr: 0\n"); spc_write(SCTL, spc_read(SCTL) | SCTL_INTR_ENAB); return 1; -- cgit v1.2.3