diff --git a/crawler/rec/query.py b/crawler/rec/query.py index e0d104a..1c9896f 100644 --- a/crawler/rec/query.py +++ b/crawler/rec/query.py @@ -79,7 +79,6 @@ def listing_query( if mustNewHome: params["mustHave"] = "newHome" - print(params) response = requests.get( "https://api.rightmove.co.uk/api/property-listing", params=params,