We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f52e0 commit d81d763Copy full SHA for d81d763
src/routes/copilotOpportunity/list.js
@@ -66,8 +66,6 @@ module.exports = [
66
.then((copilotOpportunities) => {
67
const formattedOpportunities = copilotOpportunities.map((opportunity) => {
68
const plainOpportunity = opportunity.get({ plain: true });
69
-
70
- req.log.debug(isAdminOrManager, 'admin or manager', plainOpportunity);
71
72
const formatted = Object.assign({}, plainOpportunity,
73
plainOpportunity.copilotRequest ? plainOpportunity.copilotRequest.data : {},
0 commit comments