Remove stray fprintf

This commit is contained in:
Olivier Galibert 2023-05-08 21:19:28 +02:00
parent 73ec0c4c68
commit e2035e416b

View File

@ -97,7 +97,6 @@ void cdrom_image_device::device_stop()
std::pair<std::error_condition, std::string> cdrom_image_device::call_load()
{
fprintf(stderr, "HERE B\n");
if (has_preset_images())
{
setup_current_preset_image();