mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-24 04:53:33 +00:00
Remove unnecessary log
This commit is contained in:
@@ -234,7 +234,6 @@ function spawnWorker(): Promise<void> {
|
||||
const worker = cluster.fork();
|
||||
worker.on('message', message => {
|
||||
if (message !== 'ready') return;
|
||||
bootLogger.succ('A worker started');
|
||||
res();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user