Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeen committed Jan 11, 2022
1 parent b14583a commit 046d72e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/project.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ export const findAll = async (req, res) => {
...columnsToInclude(columns, includes),
...paginationParams(page, limit),
};

console.log(query)

results = await Project.findAndCountAll({
distinct: true,
Expand Down

0 comments on commit 046d72e

Please sign in to comment.