Skip to content

Commit

Permalink
Revert "Add a hack for debugging purposes"
Browse files Browse the repository at this point in the history
This reverts commit 385e9fe.
  • Loading branch information
MikaKattainen committed Sep 25, 2020
1 parent 385e9fe commit 4e4c471
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async function getMemberData(groupMembers) {
})
).catch(error => {
console.log('Failed to get member data: ', error)
return error
})
}

Expand Down Expand Up @@ -68,7 +67,6 @@ async function getAllGroups(userNumber) {
})
).catch(error => {
console.log('Failed to get groupAndMemberData: ', error)
return error
})

return groupAndMemberData
Expand All @@ -81,6 +79,5 @@ export async function getGroups(userNumber) {
return filteredGroups || []
} catch (error) {
console.log('Get groups failed with error: ', error)
return error
}
}

0 comments on commit 4e4c471

Please sign in to comment.