Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-oancea committed Dec 16, 2024
1 parent eb4c4b9 commit 8d0af72
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export class CustomProjectsController {
return tsRestHandler(
customProjectContract.createCustomProject,
async () => {
console.log('>>>>>>>>>>>>>> HERE');
const customProject = await this.customProjects.create(dto as any);
return {
status: 201,
Expand Down

0 comments on commit 8d0af72

Please sign in to comment.