summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-11-10 05:07:27 +0100
committercinap_lenrek <cinap_lenrek@centraldogma>2011-11-10 05:07:27 +0100
commita11501b24fc7735910157562a667e34db00202d6 (patch)
treebda8831ca6826c7da457f2900d47eac0230dc833
parentd8f42424ae0b69be7cdc0ddb04c1509219de51ec (diff)
sdide: remove debug prints
-rw-r--r--sys/src/9/pc/sdide.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/9/pc/sdide.c b/sys/src/9/pc/sdide.c
index e5c094433..31a905bde 100644
--- a/sys/src/9/pc/sdide.c
+++ b/sys/src/9/pc/sdide.c
@@ -1242,9 +1242,6 @@ atapktio0(Drive *drive, SDreq *r)
iunlock(ctlr);
if(drive->status & Chk){
- if(DEBUG & DbgDEBUG)
- print("atapktio: dev=%X status=%X error=%X pktcmd[0]=%.2X\n",
- drive->dev, drive->status, drive->error, cmd[0]);
if(drive->pktdma){
print("atapktio: disabling dma\n");
drive->dmactl=0;