Skip to content

Commit

Permalink
Don't print map url
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M Furley committed May 6, 2018
1 parent 7560789 commit cf9c23e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper.py
Expand Up @@ -112,8 +112,6 @@ def get_listings(zoopla):
latitude=listing.latitude, longitude=listing.longitude
)

print(listing.map_url)

if should_filter(listing):
logging.debug('Dropping {}'.format(listing.details_url))
continue
Expand Down

0 comments on commit cf9c23e

Please sign in to comment.