Skip to content
Snippets Groups Projects
Commit f13fc8c2 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

refactor: remove console.log

parent 00d5515b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ module.exports = models => async (req, res) => {
return
}
const { collectionId } = req.params
console.log('req', role, collectionId)
try {
await models.Collection.find(collectionId)
const members = await teamHelper.getTeamMembersByCollection(
......
......@@ -23,7 +23,7 @@
"moment": "^2.18.1",
"nodemailer-ses-transport": "^1.5.1",
"prop-types": "^15.5.10",
"pubsweet": "^2.1.3",
"pubsweet": "2.1.3",
"pubsweet-client": "^2.2.2",
"pubsweet-component-login": "^1.1.0",
"pubsweet-component-signup": "^1.0.0",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment