Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnigs committed Jun 13, 2024
1 parent 2216f08 commit 40cfc86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/api/domains/application/src/lib/application.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export class ApplicationResolver {
@Args('input') input: ApplicationApplicationInput,
@CurrentUser() user: User,
): Promise<Application> {
console.log('hér')

return this.applicationService.findOne(input.id, user, locale)
}

Expand Down

0 comments on commit 40cfc86

Please sign in to comment.