From 42d8d2e9629ca74b3d4f0d2514b072cbad49cf67 Mon Sep 17 00:00:00 2001 From: Ralf Grillenberger Date: Thu, 1 Oct 2009 17:25:28 +0000 Subject: [PATCH] Remove debugging aid that accidentally slipped in Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3475 --- src/hardware/serialport/serialport.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hardware/serialport/serialport.cpp b/src/hardware/serialport/serialport.cpp index 84b4b330..16fe4a8d 100644 --- a/src/hardware/serialport/serialport.cpp +++ b/src/hardware/serialport/serialport.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: serialport.cpp,v 1.13 2009-09-25 23:40:47 h-a-l-9000 Exp $ */ +/* $Id: serialport.cpp,v 1.14 2009-10-01 17:25:28 h-a-l-9000 Exp $ */ #include #include @@ -368,7 +368,6 @@ bool CSerial::CanReceiveByte() { /* A byte was received **/ /*****************************************************************************/ void CSerial::receiveByteEx (Bit8u data, Bit8u error) { - printf("%c",data); #if SERIAL_DEBUG log_ser(dbg_serialtraffic,data<0x10 ? "\t\t\t\trx 0x%02x (%u)": "\t\t\t\trx 0x%02x (%c)", data, data);