floppy: Forgot to remove the logerror output (nw)

This commit is contained in:
Michael Zapf 2017-01-05 22:46:53 +01:00
parent e867481847
commit 9620634a72

View File

@ -596,7 +596,7 @@ void floppy_image_device::index_resync()
if(idx && ready) {
ready_counter--;
if(!ready_counter) {
logerror("Drive spun up\n");
// logerror("Drive spun up\n");
ready = false;
if(!cur_ready_cb.isnull())
cur_ready_cb(this, ready);