forked from FoundKeyGang/FoundKey
Remove useless comments
This commit is contained in:
parent
3d55db0e7f
commit
371d607852
1 changed files with 1 additions and 2 deletions
|
@ -43,10 +43,9 @@ main();
|
|||
* Init proccess
|
||||
*/
|
||||
function main(): void {
|
||||
// Master
|
||||
if (cluster.isMaster) {
|
||||
master();
|
||||
} else { // Workers
|
||||
} else {
|
||||
worker();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue