Commend out an excess logging line from disc_86f.c.

This commit is contained in:
OBattler
2016-10-05 17:05:11 +02:00
parent 6da629d2a8
commit f27a2732fb

View File

@@ -2363,7 +2363,7 @@ void d86f_poll_find_nf(int drive, int side)
Therefore, ensuring the data address mark acounter is at a correct length is all we need to do. */
if (d86f[drive].data_am_counter == am_len)
{
pclog("Changing state...\n");
// pclog("Changing state...\n");
d86f[drive].state++;
}
/* Data address mark counter always reset to 0. */