Remove unnecessery fmt.Println that was used for debugging
This commit is contained in:
parent
38caf02b2c
commit
0a387c1087
@ -49,7 +49,6 @@ func (db *DB) AddArticle(a *Article) (int64, error) {
|
|||||||
return 0, fmt.Errorf("error getting issue ID when adding article to DB: %v", err)
|
return 0, fmt.Errorf("error getting issue ID when adding article to DB: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(a)
|
|
||||||
result, err := tx.Exec(insertQuery, a.Title, a.Description, a.Link,
|
result, err := tx.Exec(insertQuery, a.Title, a.Description, a.Link,
|
||||||
a.EncURL, a.EncLength, a.EncType, a.Published, a.Rejected, a.AuthorID, id,
|
a.EncURL, a.EncLength, a.EncType, a.Published, a.Rejected, a.AuthorID, id,
|
||||||
a.IsInIssue, a.AutoGenerated)
|
a.IsInIssue, a.AutoGenerated)
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
© 2024 Jason Streifling. Alle Rechte vorbehalten.
|
© 2024 Jason Streifling. Alle Rechte vorbehalten.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
v0.8.2 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler
|
v0.8.3 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler
|
||||||
enthalten.
|
enthalten.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user