From 9620634a724a3a101210f54003b94fb7083d1782 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Thu, 5 Jan 2017 22:46:53 +0100 Subject: [PATCH] floppy: Forgot to remove the logerror output (nw) --- src/devices/imagedev/floppy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp index 03a8107388a..3f3ce218631 100644 --- a/src/devices/imagedev/floppy.cpp +++ b/src/devices/imagedev/floppy.cpp @@ -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);