Removed unused testing logs in a few files
• Removed: - unused testing logs in a few files
This commit is contained in:
parent
eb8e134927
commit
432df76bb2
@ -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))
|
||||
|
@ -121,7 +121,6 @@ class StatusOptionsPopover extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
handleOnOpenSharePopover = () => {
|
||||
console.log("this.props:", this.props)
|
||||
this.props.onOpenSharePopover(this.props.innerRef, this.props.status)
|
||||
}
|
||||
|
||||
|
@ -39,10 +39,6 @@ const mapStateToProps = (state, props) => {
|
||||
if (isModalOpen && shouldCondense) isMatch = false
|
||||
if (isModalOpen && (!modal && !isStandalone)) isMatch = false
|
||||
|
||||
// console.log("isMatch:", isMatch, modal, isModalOpen, state.getIn(['compose', 'text']))
|
||||
// console.log("reduxReplyToId:", reduxReplyToId, isModalOpen, isStandalone)
|
||||
// const edit = state.getIn(['compose', 'id'])
|
||||
|
||||
if (!isMatch) {
|
||||
return {
|
||||
isMatch,
|
||||
|
Loading…
Reference in New Issue
Block a user