Skip to content

Commit

Permalink
chore: remove debug from query
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Aug 8, 2023
1 parent 8c133f3 commit 5a60c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/postgres/mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func NewModQuery(ctx context.Context, filter *models.ModFilter, unapproved bool,
}
}

return query.Debug()
return query
}

func GetModByIDOrReference(ctx context.Context, modIDOrReference string) *Mod {
Expand Down

0 comments on commit 5a60c17

Please sign in to comment.