Skip to content

Commit

Permalink
fix(service): log
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandoRosasB committed May 10, 2024
1 parent 2b240a2 commit d5e491e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/app/services/project.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async function createProject(data: CreateProjectData): Promise<ProjectEntity> {
* @returns {Promise<ProjectEntity[]>} - An array of project entities
*/
async function getAllProjects(): Promise<ProjectEntity[]> {
console.log(await ProjectRepository.findAll());
return await ProjectRepository.findAll();
}

Expand Down

0 comments on commit d5e491e

Please sign in to comment.