Remove console.log from teams.js
This commit is contained in:
		
							parent
							
								
									4d3b6989e4
								
							
						
					
					
						commit
						d43aba3da1
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -21,7 +21,6 @@ async function initializeForm() { | ||||||
| 
 | 
 | ||||||
|         Form.populateSports(sportDropdown, team.sportID); |         Form.populateSports(sportDropdown, team.sportID); | ||||||
| 
 | 
 | ||||||
|         console.log(team.sportID); |  | ||||||
|         Form.addHiddenValue('team', teamID, submissionForm); |         Form.addHiddenValue('team', teamID, submissionForm); | ||||||
|     } |     } | ||||||
|     else { |     else { | ||||||
|  |  | ||||||
		Reference in a new issue