Skip to content

Commit fd365dc

Browse files
committed
Remove debug
1 parent c849938 commit fd365dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/internal/entity/scopes.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"fmt"
55
"strings"
66

7-
"npm/internal/logger"
87
"npm/internal/model"
98

109
"gorm.io/gorm"
@@ -37,8 +36,6 @@ func ScopeOrderBy(pageInfo *model.PageInfo, defaultSort model.Sort) func(db *gor
3736
}
3837

3938
func ScopeFilters(filters []model.Filter, filterMap map[string]filterMapValue) func(db *gorm.DB) *gorm.DB {
40-
logger.Debug("FILTERS: %+v", filters)
41-
logger.Debug("FILTERMAP: %+v", filterMap)
4239
return func(db *gorm.DB) *gorm.DB {
4340
for _, f := range filters {
4441
// Lookup this filter field from the name map

0 commit comments

Comments
 (0)