mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
remove println
This commit is contained in:
parent
8713d37ee9
commit
05e3f2ae9a
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue