diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-09-20 08:08:46 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-09-20 08:08:46 +0000 |
commit | afb7822aba1bf8f921ef3e849db309b5b38e1dea (patch) | |
tree | 9817b957471e18563537e3c538abcadba960bfd7 /sys/dev/softraid_aoe.c | |
parent | 6295f3e67de635a1da2d857d6f35c6b2f5d1f7c0 (diff) |
remove debug code. not sure how this lasted so long.
noticed by maxime villard
Diffstat (limited to 'sys/dev/softraid_aoe.c')
-rw-r--r-- | sys/dev/softraid_aoe.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/softraid_aoe.c b/sys/dev/softraid_aoe.c index 3557717b7af..c565ead5a36 100644 --- a/sys/dev/softraid_aoe.c +++ b/sys/dev/softraid_aoe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_aoe.c,v 1.33 2013/06/11 16:42:13 deraadt Exp $ */ +/* $OpenBSD: softraid_aoe.c,v 1.34 2013/09/20 08:08:45 tedu Exp $ */ /* * Copyright (c) 2008 Ted Unangst <tedu@openbsd.org> * Copyright (c) 2008 Marco Peereboom <marco@openbsd.org> @@ -388,10 +388,6 @@ sr_aoe_rw(struct sr_workunit *wu) const int aoe_frags = 2; - printf("%s: sr_aoe_rw 0x%02x\n", DEVNAME(sd->sd_sc), - xs->cmd->opcode); - return (1); - DNPRINTF(SR_D_DIS, "%s: sr_aoe_rw 0x%02x\n", DEVNAME(sd->sd_sc), xs->cmd->opcode); |