diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 9a61c2e0a4..58349f69a6 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -173,12 +173,6 @@ int ata_read_sectors(unsigned long start, int count; void* buf; - if ( incount > 1 ) - DEBUGF("[Reading %d blocks: 0x%x to 0x%x]\n", - incount, start, start+incount-1); - else - DEBUGF("[Reading block 0x%x]\n", start); - last_disk_activity = current_tick; mutex_lock(&ata_mtx);