Removed setTimeout
This commit is contained in:
parent
43bc2f24e5
commit
20ee8aa383
|
@ -138,8 +138,6 @@ const CodeRunner = (props) => {
|
|||
|
||||
EventEmitter.dispatch("lspStarted", { message, socket });
|
||||
|
||||
setTimeout(() => {}, 3000);
|
||||
|
||||
return;
|
||||
case "lspOutput":
|
||||
// Should be handled by RijuMessageReader
|
||||
|
|
Loading…
Reference in New Issue