Removed unused testing logs in a few files

• Removed:
- unused testing logs in a few files
This commit is contained in:
mgabdev
2020-11-03 15:16:56 -06:00
parent eb8e134927
commit 432df76bb2
3 changed files with 0 additions and 6 deletions

View File

@@ -848,7 +848,6 @@ export const rejectJoinRequest = (accountId, groupId) => (dispatch, getState) =>
if (!me) return
api(getState).post(`/api/v1/groups/${groupId}/join_requests/respond`, { accountId, type: 'reject' }).then((response) => {
console.log("response:", response)
dispatch(rejectJoinRequestSuccess(response.data.accountId, groupId))
}).catch((error) => {
dispatch(rejectJoinRequestFail(accountId, groupId, error))