mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Deleted useless console.log
This commit is contained in:
parent
6769de702e
commit
48cf0e1596
|
|
@ -230,7 +230,6 @@ Apify.main(async () => {
|
|||
likesCount: $review.find('.section-review-thumbs-up-count').text().trim(),
|
||||
};
|
||||
}, reviewEl);
|
||||
console.log(review);
|
||||
placeDetail.reviews.push(review);
|
||||
}
|
||||
await Apify.pushData(placeDetail);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user