chore: removes log
This commit is contained in:
parent
5eab19c70e
commit
37af5fb345
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
package database
|
package database
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -50,7 +49,6 @@ func InsertMultipleArticles(articles []Article) error {
|
||||||
defer stmt.Close()
|
defer stmt.Close()
|
||||||
|
|
||||||
for _, article := range articles {
|
for _, article := range articles {
|
||||||
fmt.Printf("article %+v", article)
|
|
||||||
_, err := stmt.Exec(article.Name, article.Url, article.ReadAt, article.FeedId)
|
_, err := stmt.Exec(article.Name, article.Url, article.ReadAt, article.FeedId)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue