Merge pull request #79 from Saibamen/remove_debug_spam
Remove debug spam
This commit is contained in:
		
						commit
						58d029445d
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -50,7 +50,6 @@ let needSetup = false; | ||||||
|             version, |             version, | ||||||
|         }) |         }) | ||||||
| 
 | 
 | ||||||
|         console.log('a user connected'); |  | ||||||
|         totalClient++; |         totalClient++; | ||||||
| 
 | 
 | ||||||
|         if (needSetup) { |         if (needSetup) { | ||||||
|  | @ -59,7 +58,6 @@ let needSetup = false; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         socket.on('disconnect', () => { |         socket.on('disconnect', () => { | ||||||
|             console.log('user disconnected'); |  | ||||||
|             totalClient--; |             totalClient--; | ||||||
|         }); |         }); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue