Skip to content

Commit

Permalink
Merge pull request #441 from VorTECHsa/fix-remove-log
Browse files Browse the repository at this point in the history
Remove warning log for search after implementation
  • Loading branch information
migueluzcategui authored Sep 4, 2023
2 parents f994d6a + b222223 commit 73f100a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion vortexasdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def _process_multiple_pages_with_search_after(
next_request["search_after"] = search_after

while next_request:
logger.warn(f"Sending post request with search_after")
dict_response = _send_post_request(
url, next_request, size, 0, headers
)
Expand Down
2 changes: 1 addition & 1 deletion vortexasdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.53.1"
__version__ = "0.53.2"

0 comments on commit 73f100a

Please sign in to comment.