ofermend commited on
Commit
97f0b5e
1 Parent(s): 6a22e95

Update query.py

Browse files
Files changed (1) hide show
  1. query.py +0 -1
query.py CHANGED
@@ -154,7 +154,6 @@ class VectaraQuery():
154
  if line: # filter out keep-alive new lines
155
  data = json.loads(line.decode('utf-8'))
156
  res = data['result']
157
- print(f"DEBUG res={res}")
158
 
159
  # capture responses and docs if we get that first
160
  response_set = res['responseSet']
 
154
  if line: # filter out keep-alive new lines
155
  data = json.loads(line.decode('utf-8'))
156
  res = data['result']
 
157
 
158
  # capture responses and docs if we get that first
159
  response_set = res['responseSet']