1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 14:28:53 +09:00

Remove useless comments

This commit is contained in:
Aya Morisawa 2017-01-03 05:15:50 +09:00
parent 3d55db0e7f
commit 371d607852

View File

@ -43,10 +43,9 @@ main();
* Init proccess
*/
function main(): void {
// Master
if (cluster.isMaster) {
master();
} else { // Workers
} else {
worker();
}
}