diff --git a/backend/internal/entity/scopes.go b/backend/internal/entity/scopes.go index 4f38ce5..b4d6811 100644 --- a/backend/internal/entity/scopes.go +++ b/backend/internal/entity/scopes.go @@ -4,7 +4,6 @@ import ( "fmt" "strings" - "npm/internal/logger" "npm/internal/model" "gorm.io/gorm" @@ -37,8 +36,6 @@ func ScopeOrderBy(pageInfo *model.PageInfo, defaultSort model.Sort) func(db *gor } func ScopeFilters(filters []model.Filter, filterMap map[string]filterMapValue) func(db *gorm.DB) *gorm.DB { - logger.Debug("FILTERS: %+v", filters) - logger.Debug("FILTERMAP: %+v", filterMap) return func(db *gorm.DB) *gorm.DB { for _, f := range filters { // Lookup this filter field from the name map