Skip to content

Commit 4b0fc10

Browse files
committed
fix: 1334 remove console log
1 parent 87988ef commit 4b0fc10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/backend/src/services/FoUser.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,7 @@ module.exports.getByOrganismeId = async (organismesId, queryParams) => {
306306
offset,
307307
sort,
308308
);
309-
console.log(
310-
"paginatedQuery.query, paginatedQuery.params",
311-
paginatedQuery.query,
312-
paginatedQuery.params,
313-
);
309+
314310
const result = await Promise.all([
315311
getPool().query(paginatedQuery.query, paginatedQuery.params),
316312
getPool().query(paginatedQuery.countQuery, paginatedQuery.countQueryParams),

0 commit comments

Comments
 (0)