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
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
|
@ -50,7 +49,6 @@ func InsertMultipleArticles(articles []Article) error {
|
|||
defer stmt.Close()
|
||||
|
||||
for _, article := range articles {
|
||||
fmt.Printf("article %+v", article)
|
||||
_, err := stmt.Exec(article.Name, article.Url, article.ReadAt, article.FeedId)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue