From e46a964fc65e88d5bb1504610bd2cd74ee4393c0 Mon Sep 17 00:00:00 2001 From: jgstew Date: Tue, 27 Feb 2024 12:08:42 -0500 Subject: [PATCH] comment out print statement used for debug --- examples/client_query_from_string.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/client_query_from_string.py b/examples/client_query_from_string.py index 3ab15ee..1799698 100644 --- a/examples/client_query_from_string.py +++ b/examples/client_query_from_string.py @@ -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)"