Removed my stupid comment lol (sorry!)

This commit is contained in:
Undeemiss 2022-05-17 15:26:26 -05:00
parent c01cf85d27
commit d52e1f44b4

@ -148,8 +148,6 @@ function LogWindow(props: IProps): React.ReactElement {
return () => clearInterval(id); 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 { function kill(): void {
killWorkerScript(script, script.server, true); killWorkerScript(script, script.server, true);
} }