diff --git a/frontend/pages/editor/[lang].js b/frontend/pages/editor/[lang].js index 6428cd2..910c8e3 100644 --- a/frontend/pages/editor/[lang].js +++ b/frontend/pages/editor/[lang].js @@ -138,8 +138,6 @@ const CodeRunner = (props) => { EventEmitter.dispatch("lspStarted", { message, socket }); - setTimeout(() => {}, 3000); - return; case "lspOutput": // Should be handled by RijuMessageReader