From 7b8fb0982bbeac44fb2525afbbb12747352942c6 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 20 Jun 2004 22:03:34 +0000 Subject: [PATCH] Remove debug message Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1853 --- src/hardware/keyboard.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hardware/keyboard.cpp b/src/hardware/keyboard.cpp index 15f7b86e..1c7e31fb 100644 --- a/src/hardware/keyboard.cpp +++ b/src/hardware/keyboard.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: keyboard.cpp,v 1.24 2004-06-10 07:19:46 harekiet Exp $ */ +/* $Id: keyboard.cpp,v 1.25 2004-06-20 22:03:34 harekiet Exp $ */ #include #include @@ -109,7 +109,6 @@ static Bitu read_p60(Bitu port,Bitu iolen) { } static void write_p60(Bitu port,Bitu val,Bitu iolen) { - LOG_MSG("write port 60 %x",val); switch (keyb.command) { case CMD_NONE: /* None */ /* No active command this would normally get sent to the keyboard then */