Skip to content

Commit

Permalink
comment out print statement used for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Feb 27, 2024
1 parent 853e7a0 commit e46a964
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/client_query_from_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ def main():
# json_string = json.dumps(json_result, indent=2)
# print(json_string)

# print()

for item in json_result["result"]:
print(item)
# for item in json_result["result"]:
# print(item)

# this is the client relevance we are going to get the results of:
client_relevance = "(computer names, operating systems)"
Expand Down

0 comments on commit e46a964

Please sign in to comment.