mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Remove useless comments
This commit is contained in:
parent
4bb819903d
commit
0ffa138cf3
@ -43,10 +43,9 @@ main();
|
||||
* Init proccess
|
||||
*/
|
||||
function main(): void {
|
||||
// Master
|
||||
if (cluster.isMaster) {
|
||||
master();
|
||||
} else { // Workers
|
||||
} else {
|
||||
worker();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user