diff --git a/src/ConnectionErrorPanel.tsx b/src/ConnectionErrorPanel.tsx index cd6b1f2..c03ce84 100644 --- a/src/ConnectionErrorPanel.tsx +++ b/src/ConnectionErrorPanel.tsx @@ -17,7 +17,6 @@ const ConnectionErrorPanel: React.FC = ({ connStatus, config, }) => { - console.log("PRINT"); return (
diff --git a/src/components/HexValue.tsx b/src/components/HexValue.tsx index 3b62fcf..b07b473 100644 --- a/src/components/HexValue.tsx +++ b/src/components/HexValue.tsx @@ -14,6 +14,7 @@ const HexValue: React.FC = ({ value }) => { <> {shards.map((s, i) => (