Browse Source

chore: Removed test code

1993-leagues
Shaun 8 months ago
parent
commit
9f080567e6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/server/world/threadManager.js

+ 0
- 1
src/server/world/threadManager.js View File

@@ -261,7 +261,6 @@ const killThread = thread => {
};

const sendMessageToThread = ({ threadId, msg }) => {
console.log('ok');
const thread = threads.find(t => t.id === threadId);
if (thread)
thread.worker.send(msg);


Loading…
Cancel
Save