mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
remove print
This commit is contained in:
parent
aebe2cc040
commit
d48c4cbb0c
@ -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(`
|
||||
|
Loading…
x
Reference in New Issue
Block a user