don't log kiss frame

This commit is contained in:
liamcottle
2024-07-16 23:01:02 +12:00
parent abc03236c3
commit 28a705d7a7

View File

@@ -202,7 +202,7 @@ class RNode {
} }
} }
console.log('Received KISS frame data:', new Uint8Array(data)); //console.log('Received KISS frame data:', new Uint8Array(data));
return data; return data;
} }