mirror of
https://github.com/koush/scrypted.git
synced 2026-03-03 09:42:06 +00:00
server: remove debug code
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user