Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kndonetm committed Nov 22, 2023
1 parent 021343a commit 5ec51f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/loans.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ router.post('/review-application/:loanID', async (req, res, next) => {
}
}

console.log(req.body)

if (existingLoan.ledger.length === 0) {
query.$set.ledger = [
{
Expand Down

0 comments on commit 5ec51f8

Please sign in to comment.