Fix parse subject

This commit is contained in:
Las Zenow 2016-09-03 15:58:42 -04:00
parent 18baa2938b
commit b7c1d74e83
2 changed files with 1 additions and 2 deletions

View file

@ -61,7 +61,6 @@ func processFile(req uploadRequest, db database.DB, store storage.Store) {
book.Cover = GetCover(epub, book.ID, store)
err = db.AddBook(book)
log.Error(":", book.Lang, ":")
if err != nil {
log.Error("Error storing metadata (", book.ID, "): ", err)
return