remove debug print in books.py

This commit is contained in:
jesopo 2018-07-22 20:55:16 +01:00
parent 8cf45c2432
commit ad68527688

View file

@ -22,7 +22,6 @@ class Module(object):
if page:
if page["totalItems"] > 0:
book = page["items"][0]["volumeInfo"]
print(book)
title = book["title"]
sub_title = (", %s" % book.get("subtitle")
) if book.get("subtitle") else ""