From ad68527688938d5e0d8eab815a34c3be0b2e63a4 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 22 Jul 2018 20:55:16 +0100 Subject: [PATCH] remove debug print in books.py --- modules/books.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/books.py b/modules/books.py index cc151888..5f7c0627 100644 --- a/modules/books.py +++ b/modules/books.py @@ -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 ""