Remove console.log from teams.js

main
sudoer777 2021-11-25 12:13:46 -07:00
parent 4d3b6989e4
commit d43aba3da1
1 changed files with 0 additions and 1 deletions

View File

@ -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 {