File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/routes/projectMemberInvites Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,7 @@ module.exports = [
85
85
// update the application if the invite
86
86
// originated from copilot opportunity
87
87
if ( invite . applicationId ) {
88
- req . log . info ( "Invite originated from the application id" , invite . applicationId ) ;
89
88
const allPendingInvitesForApplication = await models . ProjectMemberInvite . getPendingInvitesForApplication ( invite . applicationId ) ;
90
-
91
- req . log . info ( "All pending invites which are open" , allPendingInvitesForApplication ) ;
92
89
// If only the current invite is the open one's
93
90
// then the application status has to be moved to pending status
94
91
if ( allPendingInvitesForApplication . length === 0 ) {
Original file line number Diff line number Diff line change @@ -170,10 +170,7 @@ module.exports = [
170
170
// update the application if the invite
171
171
// originated from copilot opportunity
172
172
if ( updatedInvite . applicationId ) {
173
- req . log . info ( "Invite originated from the application id" , invite . applicationId ) ;
174
173
const allPendingInvitesForApplication = await models . ProjectMemberInvite . getPendingInvitesForApplication ( invite . applicationId ) ;
175
-
176
- req . log . info ( "All pending invites which are open" , allPendingInvitesForApplication ) ;
177
174
// If only the current invite is the open one's
178
175
// then the application status has to be moved to pending status
179
176
if ( allPendingInvitesForApplication . length === 0 ) {
You can’t perform that action at this time.
0 commit comments