server: remove debug code

This commit is contained in:
Koushik Dutta
2025-04-18 11:51:00 -07:00
parent 4ead4726a9
commit 03d159a89c
2 changed files with 2 additions and 5 deletions

View File

@@ -246,9 +246,6 @@ export function startClusterClient(mainFilename: string, options?: {
family: 4,
keepAlive: true,
});
rawSocket.on('close', () => {
console.log('Cluster server disconnected.', host, port);
});
try {
await once(rawSocket, 'connect');