Skip to content

Commit b63e212

Browse files
author
Sara Safavi
committed
remove cruft
1 parent 4870151 commit b63e212

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

planet/scripts/v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def filter_dump(**kw):
9090
def quick_search(limit, pretty, sort, **kw):
9191
'''Execute a quick search.'''
9292
req = search_req_from_opts(**kw)
93-
print(req)
9493
cl = clientv1()
9594
page_size = min(limit, MAX_PAGE_SIZE)
9695
echo_json_response(call_and_wrap(

0 commit comments

Comments
 (0)