From 6c474b6699118dc84ee52428a23ebf79268f861f Mon Sep 17 00:00:00 2001 From: arbee Date: Sun, 5 Jun 2022 13:54:41 -0400 Subject: at28c64b.cpp: Remove unnecessary debug logging. [R. Belmont] --- src/devices/machine/at28c64b.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/devices/machine/at28c64b.cpp b/src/devices/machine/at28c64b.cpp index e3b33128be8..7187a3cd093 100644 --- a/src/devices/machine/at28c64b.cpp +++ b/src/devices/machine/at28c64b.cpp @@ -96,10 +96,8 @@ void at28c64b_device::nvram_default() } /* populate from a memory region if present */ - printf("checking for default\n"); if (m_default_data.found()) { - printf("Got default data\n"); for( offs_t offs = 0; offs < AT28C64B_DATA_BYTES; offs++ ) space(AS_PROGRAM).write_byte(offs, m_default_data[offs]); } -- cgit v1.2.3