summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sunkbd/hlekbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sunkbd/hlekbd.cpp')
-rw-r--r--src/devices/bus/sunkbd/hlekbd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/sunkbd/hlekbd.cpp b/src/devices/bus/sunkbd/hlekbd.cpp
index 4ec8dc74080..2cb5547947e 100644
--- a/src/devices/bus/sunkbd/hlekbd.cpp
+++ b/src/devices/bus/sunkbd/hlekbd.cpp
@@ -989,7 +989,6 @@ void hle_device_base::received_byte(uint8_t byte)
switch (byte)
{
case COMMAND_RESET:
- printf("Resetting keyboard\n");
device_reset();
break;