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 |  * Init proccess | ||||||
|  */ |  */ | ||||||
| function main(): void { | function main(): void { | ||||||
| 	// Master
 |  | ||||||
| 	if (cluster.isMaster) { | 	if (cluster.isMaster) { | ||||||
| 		master(); | 		master(); | ||||||
| 	} else { // Workers
 | 	} else { | ||||||
| 		worker(); | 		worker(); | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue