remove leftover logging (nw)

This commit is contained in:
Dirk Best 2016-03-10 21:09:33 +01:00
parent 9b37b67dd2
commit 991060345d

View File

@ -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) {