diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 3297d9d3..8abed4d9 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -102,8 +102,6 @@ export const InterpretationLog = () => { setCustomValue(event.target.value); }; - - useEffect(() => { socket?.on('log', handleLog); socket?.on('serializableCallback', handleSerializableCallback);