mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
remove debug statement
This commit is contained in:
parent
efa22a4baa
commit
eefa58a70d
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ func (e *ItemsRepository) GetAllCustomFieldNames(ctx context.Context, GID uuid.U
|
||||||
|
|
||||||
var fields []st
|
var fields []st
|
||||||
|
|
||||||
err := e.db.Debug().Item.Query().
|
err := e.db.Item.Query().
|
||||||
Where(
|
Where(
|
||||||
item.HasGroupWith(group.ID(GID)),
|
item.HasGroupWith(group.ID(GID)),
|
||||||
).
|
).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue