Skip to content

Commit 4e2cfc4

Browse files
authored
Merge pull request #2 from datadistillr/auto_pagination
Removed print statement
2 parents f1eeead + 5886ad1 commit 4e2cfc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datadistillr/datadistillr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def get_dataframe(url, api_key):
3838
data.extend(next_page)
3939
pageCount -= pageCount
4040

41-
print(data)
4241
return pd.DataFrame(data, columns=schema)
4342

4443
@staticmethod

0 commit comments

Comments
 (0)