remove println

This commit is contained in:
Hayden 2022-10-31 23:12:12 -08:00
parent 8713d37ee9
commit 05e3f2ae9a
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -285,7 +285,6 @@ func (e *ItemsRepository) QueryByGroup(ctx context.Context, gid uuid.UUID, q Ite
) )
if q.IncludeArchived { if q.IncludeArchived {
println("include archived")
qb = qb.Where( qb = qb.Where(
item.Or( item.Or(
item.Archived(true), item.Archived(true),