Remove console.log from teams.js
parent
4d3b6989e4
commit
d43aba3da1
|
@ -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 New Issue