remove print
This commit is contained in:
parent
aebe2cc040
commit
d48c4cbb0c
1 changed files with 0 additions and 1 deletions
|
|
@ -345,7 +345,6 @@ func (s *Storage) DeleteOldItems() {
|
||||||
rows.Scan(&id, nil)
|
rows.Scan(&id, nil)
|
||||||
feedIds = append(feedIds, id)
|
feedIds = append(feedIds, id)
|
||||||
}
|
}
|
||||||
s.log.Print(feedIds)
|
|
||||||
|
|
||||||
for _, feedId := range feedIds {
|
for _, feedId := range feedIds {
|
||||||
result, err := s.db.Exec(`
|
result, err := s.db.Exec(`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue