remove debug
This commit is contained in:
parent
197aa70980
commit
b4969964fa
|
|
@ -20,7 +20,6 @@ class SearchProcess:
|
|||
|
||||
def process(self):
|
||||
"""detect type and process"""
|
||||
print(self.response)
|
||||
if "_source" in self.response.keys():
|
||||
# single
|
||||
self.processed = self._process_result(self.response)
|
||||
|
|
|
|||
Loading…
Reference in New Issue