Skip to content

Commit d81d763

Browse files
committed
fix: removed debug log
1 parent f8f52e0 commit d81d763

File tree

1 file changed

+0
-2
lines changed
  • src/routes/copilotOpportunity

1 file changed

+0
-2
lines changed

src/routes/copilotOpportunity/list.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ module.exports = [
6666
.then((copilotOpportunities) => {
6767
const formattedOpportunities = copilotOpportunities.map((opportunity) => {
6868
const plainOpportunity = opportunity.get({ plain: true });
69-
70-
req.log.debug(isAdminOrManager, 'admin or manager', plainOpportunity);
7169

7270
const formatted = Object.assign({}, plainOpportunity,
7371
plainOpportunity.copilotRequest ? plainOpportunity.copilotRequest.data : {},

0 commit comments

Comments
 (0)