diff --git a/src/log.c b/src/log.c index 1ddac9cb0..7445ada0b 100644 --- a/src/log.c +++ b/src/log.c @@ -2011,8 +2011,6 @@ static char *_encode_byte_hex(char *start, char *stop, unsigned char byte) } /* lf cbor function ptr used to encode a single byte according to RFC8949 - * - * for now only hex form is supported. * * The function may only be called under CBOR context (that is when * LOG_OPT_ENCODE_CBOR option is set).