Skip to content

Commit

Permalink
Remove stray query log
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 4, 2024
1 parent 301a6b6 commit 0a75101
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export class ProgressReportRepository extends DtoRepository<
relation('in', '', 'engagement'),
node('project', 'Project'),
])
.logIt()
.match(requestingUser(session))
.apply(progressReportFilters(input.filter))
.apply(
Expand Down

0 comments on commit 0a75101

Please sign in to comment.