summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2009-06-17 06:48:38 +0000
committermatthieu <matthieu@openbsd.org>2009-06-17 06:48:38 +0000
commita7f5b4e97487baf7da391542800e3ae56df6ae45 (patch)
tree8b5ebe25fbb5b6df5b0f82a83670d9d764314eb9
parentfix flow data values: first and last time, found by f-kons at yandex ru (diff)
downloadwireguard-openbsd-a7f5b4e97487baf7da391542800e3ae56df6ae45.tar.xz
wireguard-openbsd-a7f5b4e97487baf7da391542800e3ae56df6ae45.zip
remove extra debugging printf(). ok miod@
-rw-r--r--sys/arch/sparc64/dev/comms_ebus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/comms_ebus.c b/sys/arch/sparc64/dev/comms_ebus.c
index 0b9a9e59381..6cebe11cbe0 100644
--- a/sys/arch/sparc64/dev/comms_ebus.c
+++ b/sys/arch/sparc64/dev/comms_ebus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: comms_ebus.c,v 1.1 2009/05/20 18:22:33 miod Exp $ */
+/* $OpenBSD: comms_ebus.c,v 1.2 2009/06/17 06:48:38 matthieu Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@@ -256,7 +256,6 @@ comms_enable(void *v)
sc->sc_ier = IER_ERXRDY;
COM_WRITE(sc, com_ier, sc->sc_ier);
splx(s);
-printf("%s\n", __func__);
return 0;
}