summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/egret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/egret.cpp')
-rw-r--r--src/mame/machine/egret.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/egret.cpp b/src/mame/machine/egret.cpp
index b3f362ce323..281047548ee 100644
--- a/src/mame/machine/egret.cpp
+++ b/src/mame/machine/egret.cpp
@@ -133,7 +133,6 @@ void egret_device::send_port(uint8_t offset, uint8_t data)
case 1: // port B
{
- logerror("portb = %02x\n", data);
if (xcvr_session != ((data>>1)&1))
{
#ifdef EGRET_SUPER_VERBOSE