We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4870151 commit b63e212Copy full SHA for b63e212
planet/scripts/v1.py
@@ -90,7 +90,6 @@ def filter_dump(**kw):
90
def quick_search(limit, pretty, sort, **kw):
91
'''Execute a quick search.'''
92
req = search_req_from_opts(**kw)
93
- print(req)
94
cl = clientv1()
95
page_size = min(limit, MAX_PAGE_SIZE)
96
echo_json_response(call_and_wrap(
0 commit comments