From 76c2d5a545b2fdbded364cc782ddb011a1179725 Mon Sep 17 00:00:00 2001 From: Gary Arnold Date: Mon, 5 Mar 2018 14:02:58 -0800 Subject: [PATCH] ga - Removes some debugging comments --- recipes/granta.recipe | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes/granta.recipe b/recipes/granta.recipe index d5d42f2357..d85b47ac61 100644 --- a/recipes/granta.recipe +++ b/recipes/granta.recipe @@ -233,11 +233,6 @@ class Granta(BasicNewsRecipe): self.log.info('Making soup out of index') soup = self.index_to_soup('https://granta.com/') - # import urllib2 - # from calibre.ebooks.BeautifulSoup import BeautifulSoup - # page = urllib2.urlopen("https://granta.com/introduction-animalia/") - # soup = BeautifulSoup(page) - # Get latest issue issueInfo = soup.find( 'div', attrs={'class': 'dnd_container dnd_container__heading'})