diff options
Diffstat (limited to 'src/core/io_trans.h')
| -rw-r--r-- | src/core/io_trans.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/io_trans.h b/src/core/io_trans.h index d91e9a2..f4e8ace 100644 --- a/src/core/io_trans.h +++ b/src/core/io_trans.h | |||
| @@ -10,7 +10,6 @@ readtrans(const char *buf) | |||
| 10 | if (!strncmp(buf, transstr[t], 11)) | 10 | if (!strncmp(buf, transstr[t], 11)) |
| 11 | return t; | 11 | return t; |
| 12 | 12 | ||
| 13 | LOG("readtrans error\n"); | ||
| 14 | return UINT8_ERROR; | 13 | return UINT8_ERROR; |
| 15 | } | 14 | } |
| 16 | 15 | ||
