From 991060345d7924a8560aa80f084426d581fed3c0 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Thu, 10 Mar 2016 21:09:33 +0100 Subject: [PATCH] remove leftover logging (nw) --- src/devices/machine/wd_fdc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp index c07f4539683..84fcbf5ceb8 100644 --- a/src/devices/machine/wd_fdc.cpp +++ b/src/devices/machine/wd_fdc.cpp @@ -1278,7 +1278,7 @@ void wd_fdc_t::index_callback(floppy_image_device *floppy, int state) if(!intrq_cb.isnull()) intrq_cb(intrq); } - logerror("tick %d\n", state); + switch(sub_state) { case IDLE: if(motor_control || head_control) {