tag: GetTagPage: Remove debug call

This commit is contained in:
IRHM
2026-03-06 16:50:08 +00:00
committed by momi
parent 0e54a8c44a
commit 1e6a97202b
+1 -1
View File
@@ -84,7 +84,7 @@ func (s *Service) GetTagPage(
// This isn't great, but it has to be done, since we can't eliminate
// any for sort/filters here.
wids := new([]int)
res := s.db.Debug().
res := s.db.
Table("watched_tags").
Select("watched_id").
Where("tag_id = ?", tagId).