Skip to content

Commit

Permalink
fix: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Apr 25, 2022
1 parent 283e7f0 commit 6e94025
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/src/controllers/organisation.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ router.get(
const relsPersonPlace = await RelPersonPlace.count(query);
const actions = await Action.count(query);
const persons = await Person.count(query);
console.log(query, new Date(Number(lastRefresh)), persons);
const comments = await Comment.count(query);
const passages = await Passage.count(query);
const reports = await Report.count(query);
Expand Down
2 changes: 0 additions & 2 deletions api/src/controllers/person.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ router.get(
attributes: ["_id", "encrypted", "encryptedEntityKey", "organisation", "createdAt", "updatedAt", "deletedAt"],
});

console.log({ data });

return res.status(200).send({
ok: true,
hasMore: data.length === Number(limit),
Expand Down

0 comments on commit 6e94025

Please sign in to comment.