Skip to content

Commit 64304e6

Browse files
committed
Remove debug logging
1 parent 529c14e commit 64304e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/permissions/project.edit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = freq => new Promise((resolve, reject) => {
1818
const req = freq;
1919
req.context = req.context || {};
2020
req.context.currentProjectMembers = members;
21-
console.log(`Request user ID: ${req.authUser.userId} and members: ${JSON.stringify(members)}`);
2221
// check if auth user has acecss to this project
2322
const hasAccess = util.hasAdminRole(req)
2423
|| util.hasRoles(req, MANAGER_ROLES)

0 commit comments

Comments
 (0)