chiark / gitweb /
do not duplicate ouhexi messages
authorian <ian>
Mon, 5 May 2008 10:36:05 +0000 (10:36 +0000)
committerian <ian>
Mon, 5 May 2008 10:36:05 +0000 (10:36 +0000)
hostside/realtime.c

index 8940ecb72d9a8a79d8474a300cef077263895f43..435c52537bad636c140eb1aabe0e8cbc690ca598 100644 (file)
@@ -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);
 }