Don't need to print the objectId

This commit is contained in:
Las Zenow 2013-07-18 22:12:43 +02:00
parent 4b536352de
commit f1cfb8eea8

View file

@ -13,7 +13,6 @@ func main() {
for _, book := range books {
fmt.Println(book.Title)
fmt.Println(book.File)
e, err := OpenBook(book.File)
if err != nil {
fmt.Println("================", err)