broadfield-dev commited on
Commit
1d98448
·
verified ·
1 Parent(s): 44a2f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -165,7 +165,6 @@ def search_memory():
165
  # FIX: "dict cannot be converted to PyString" means
166
  # the first argument must be the query string, not a dict.
167
  results = db.find(query=query)
168
- print(dir(db.find()))
169
 
170
  formatted_results = []
171
  for hit in results:
 
165
  # FIX: "dict cannot be converted to PyString" means
166
  # the first argument must be the query string, not a dict.
167
  results = db.find(query=query)
 
168
 
169
  formatted_results = []
170
  for hit in results: