remove debug statement

This commit is contained in:
Hayden 2023-02-05 12:20:10 -09:00
parent efa22a4baa
commit eefa58a70d
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -653,7 +653,7 @@ func (e *ItemsRepository) GetAllCustomFieldNames(ctx context.Context, GID uuid.U
var fields []st
err := e.db.Debug().Item.Query().
err := e.db.Item.Query().
Where(
item.HasGroupWith(group.ID(GID)),
).