From bdf3d1a3529a5ea44f5570aa301440abda50ef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Mon, 10 Aug 2026 20:16:34 +0300 Subject: [PATCH] Remove byte count from proactive command list --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index ffd4c8c..8760a33 100644 --- a/index.html +++ b/index.html @@ -3952,7 +3952,6 @@ async function pysimProactiveLogRender() { + '0x' + e.type_hex.toUpperCase() + '' + '' + esc(name) + '' + (qual ? '' + esc(qual) + '' : '') - + '' + e.bytes + ' bytes' + '' + (e.tr_hex ? '' : '') + '';