Skip to content

Commit 99e47fd

Browse files
committed
#1528 Remove console.log
1 parent 408b1b2 commit 99e47fd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/backend/src/services/projects.services.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ export default class ProjectsService {
837837
...projectQueryArgs
838838
});
839839
if (!project) throw new NotFoundException('Project', assembly.wbsElementId);
840-
console.log(project);
841840

842841
// Permission: leadership and up, anyone on project team
843842
if (!(isLeadership(submitter.role) || isUserPartOfTeams(project.teams, submitter)))

0 commit comments

Comments
 (0)