removed a pointless log

This commit is contained in:
Angelo Salese 2009-12-19 15:48:36 +00:00
parent a7df1ce05f
commit f3ba692e44

View File

@ -276,8 +276,6 @@ static WRITE8_HANDLER( flash_w )
flash_packet_start = 0; //end of packet
else
flash_val = data;
printf("%02x %02x\n",flash_packet,flash_val);
break;
}
}