Commit 58a7c32f by Oleksandr Barabash

f log removed

parent ff058c57
...@@ -122,8 +122,6 @@ class CosmosClient: ...@@ -122,8 +122,6 @@ class CosmosClient:
try: try:
# todo(s1z): why do we get [0], as MS does? This is bad!!! # todo(s1z): why do we get [0], as MS does? This is bad!!!
next_page = pager.next() next_page = pager.next()
Log.d(TAG, f"get_next_page_bl::next_page:{next_page},"
f"list({list(next_page)})")
return get_first_or_none(list(next_page), list()) return get_first_or_none(list(next_page), list())
except StopIteration: except StopIteration:
Log.e(TAG, "get_next_page_bl:: no items found, returning '[]'", Log.e(TAG, "get_next_page_bl:: no items found, returning '[]'",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment