Skip to content

Commit ca59b33

Browse files
committed
removed console log
1 parent 5329b81 commit ca59b33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/copilotOpportunityApply/create.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ module.exports = [
3535
notes: notes ? req.sanitize(notes) : null,
3636
};
3737

38-
console.log(data, 'debug data data');
39-
4038
return models.CopilotOpportunity.findOne({
4139
where: {
4240
id: copilotOpportunityId,

0 commit comments

Comments
 (0)