chore: -rm comment

This commit is contained in:
karishmas6
2024-10-24 01:00:40 +05:30
parent f4d35b8eea
commit d54b639124

View File

@@ -65,7 +65,6 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
prevState + '\n' + '---------- Serializable output data received ----------' + '\n'
+ JSON.stringify(data, null, 2) + '\n' + '--------------------------------------------------');
// Set table data
if (Array.isArray(data)) {
setTableData(data);
}