Remove old console.logs, add TODOs
This commit is contained in:
		
							parent
							
								
									753e490c29
								
							
						
					
					
						commit
						7f436ae0b8
					
				| 
						 | 
					@ -383,8 +383,6 @@ export class AddGameComponent implements OnInit {
 | 
				
			||||||
		let gameScore: number = 0;
 | 
							let gameScore: number = 0;
 | 
				
			||||||
		let winningTeamScore = this.getWinningTeamAndScore().score;
 | 
							let winningTeamScore = this.getWinningTeamAndScore().score;
 | 
				
			||||||
		let winningTeam = this.getWinningTeamAndScore().team;
 | 
							let winningTeam = this.getWinningTeamAndScore().team;
 | 
				
			||||||
		console.log(winningTeamScore);
 | 
					 | 
				
			||||||
		console.log(winningTeam);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// We are going to calculate the points for the winning team and then set all players points accordingly
 | 
							// We are going to calculate the points for the winning team and then set all players points accordingly
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -431,6 +429,8 @@ export class AddGameComponent implements OnInit {
 | 
				
			||||||
			gameScore *= 2;
 | 
								gameScore *= 2;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// TODO: Bonus points
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// TODO: Check for announcements that have not been fulfilled!
 | 
							// TODO: Check for announcements that have not been fulfilled!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		this.setGameScores(gameScore, winningTeam);
 | 
							this.setGameScores(gameScore, winningTeam);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user