jpetrucciani/hubspot3

Engagement API, function get_associated contains two print statements

henrik-berglund opened this issue · 2 comments

Hi,

Sorry if I misunderstood, but I get some printouts when running and suspect it is these two print statements doing it:

while not finished:
print(offset)
batch = self._call(
"engagements/associated/{}/{}/paged".format(object_type, object_id),
method="GET",
params={"limit": query_limit, "offset": offset},
**options
)
print(len(batch["results"]))

Good catch! I'll get those removed. Thanks for bringing this up!

This should now be live on pip as version 3.2.44!