From f27a2732fbb7b82db07594617a16a2b36671454f Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 5 Oct 2016 17:05:11 +0200 Subject: [PATCH] Commend out an excess logging line from disc_86f.c. --- src/disc_86f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disc_86f.c b/src/disc_86f.c index 49c0a492f..53914dd40 100644 --- a/src/disc_86f.c +++ b/src/disc_86f.c @@ -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. */