From: ian Date: Mon, 5 May 2008 10:36:05 +0000 (+0000) Subject: do not duplicate ouhexi messages X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=8ed37a64753afe430c613ab90f2806da1bdb8c3e;p=trains.git do not duplicate ouhexi messages --- 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); }