Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Nov 27, 2023
1 parent e0c73ef commit a3f608e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/routes/works.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ router.route('/works')
} else {
const { affiliations } = options;
options.affiliations = Array.isArray(affiliations) ? affiliations : [affiliations];
console.log('process env', process.env);
console.time(`0. Requests ${options.affiliations}`);
const responses = await Promise.all([
getFosmWorks({ options, index: process.env.VITE_FOSM_PUBLICATIONS_INDEX }),
Expand Down

0 comments on commit a3f608e

Please sign in to comment.