mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
remove print
This commit is contained in:
@@ -345,7 +345,6 @@ func (s *Storage) DeleteOldItems() {
|
||||
rows.Scan(&id, nil)
|
||||
feedIds = append(feedIds, id)
|
||||
}
|
||||
s.log.Print(feedIds)
|
||||
|
||||
for _, feedId := range feedIds {
|
||||
result, err := s.db.Exec(`
|
||||
|
Reference in New Issue
Block a user