Skip to content

Commit

Permalink
chore: deleted console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipegonac0 committed Jun 14, 2024
1 parent c5a6233 commit 551e22b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export async function getCoworkersInProject(sprintSurveyId: number) {
),
);

console.log(coworkers);
return coworkers;
}

Expand Down

0 comments on commit 551e22b

Please sign in to comment.