]> git.lizzy.rs Git - plan9front.git/commitdiff
sdide: remove debug prints
authorcinap_lenrek <cinap_lenrek@centraldogma>
Thu, 10 Nov 2011 04:07:27 +0000 (05:07 +0100)
committercinap_lenrek <cinap_lenrek@centraldogma>
Thu, 10 Nov 2011 04:07:27 +0000 (05:07 +0100)
sys/src/9/pc/sdide.c

index e5c094433c0b2733e10f223c91f9c33e4f583796..31a905bde0271f038af2a41daa1d4e440a287b65 100644 (file)
@@ -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;