diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index eaab0b77..b5f3f1bf 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -65,7 +65,6 @@ export const InterpretationLog: React.FC = ({ isOpen, se prevState + '\n' + '---------- Serializable output data received ----------' + '\n' + JSON.stringify(data, null, 2) + '\n' + '--------------------------------------------------'); - // Set table data if (Array.isArray(data)) { setTableData(data); }