Skip to content

Commit

Permalink
Get rid of reference error in updateStatus log stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosb committed Jun 19, 2020
1 parent 230c883 commit 83f0a13
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/server/models/cacheable_queries/campaign-contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,15 +521,8 @@ const campaignContactCache = {
//await updateAssignmentContact(contact, newStatus);
}
} catch (err) {
console.log(
"contact updateStatus Error",
cellKey,
newStatus,
contact,
err
);
console.log("contact updateStatus Error", newStatus, contact, err);
}
// console.log('updateStatus, CONTACT', contact)
}
};

Expand Down

0 comments on commit 83f0a13

Please sign in to comment.