remove debug

This commit is contained in:
Simon
2024-09-22 10:54:19 +02:00
parent 197aa70980
commit b4969964fa

View File

@@ -20,7 +20,6 @@ class SearchProcess:
def process(self): def process(self):
"""detect type and process""" """detect type and process"""
print(self.response)
if "_source" in self.response.keys(): if "_source" in self.response.keys():
# single # single
self.processed = self._process_result(self.response) self.processed = self._process_result(self.response)