Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Jul 9, 2024
1 parent 6e4e569 commit 66542aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nodejs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ function getItemStateText(dbName, idx) {
return configData[dbName].itemState[idx]
}

function getEmail(user) {
configData.userToEmailMap.forEach(element => {
if (element.user === user) return element.email
})
}

function getTsSize(dbName, idx) {
if (idx < 0 || idx >= configData[dbName].tsSize.length) {
return 'Error: unknown T-shirt size'
Expand Down

0 comments on commit 66542aa

Please sign in to comment.