diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx index 4286b59e3..8da57a924 100644 --- a/src/ui/React/LogBoxManager.tsx +++ b/src/ui/React/LogBoxManager.tsx @@ -148,8 +148,6 @@ function LogWindow(props: IProps): React.ReactElement { return () => clearInterval(id); }, []); - //TODO Not actually a todo I just want this file to show up as changed - //so I can find it easier later function kill(): void { killWorkerScript(script, script.server, true); }