Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed May 13, 2014
1 parent 1312c77 commit d68ca5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper/resto.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def __init__(self, date):

def parse(self, menu_div, lang):
titles = [x.content.lower() for x in menu_div.xpathEval('./h3') if len(x.content) > 0]
print(titles)
lists = menu_div.xpathEval('./ul[*]')

if len(titles) == 1 and titles[0] == DICTIONARY[lang]['closed']:
Expand Down

0 comments on commit d68ca5e

Please sign in to comment.