From 8ed37a64753afe430c613ab90f2806da1bdb8c3e Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 5 May 2008 10:36:05 +0000 Subject: [PATCH] do not duplicate ouhexi messages --- hostside/realtime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hostside/realtime.c b/hostside/realtime.c index 8940ecb..435c525 100644 --- a/hostside/realtime.c +++ b/hostside/realtime.c @@ -218,7 +218,6 @@ void ouhexo(const char *word, const Byte *command, int length) { oprintf(UPO, "\n"); } void ouhexi(const char *word, const Byte *command, int length) { - simlog_serial(command,length); ouhexo(word,command,length); } -- 2.30.2