remove debug

This commit is contained in:
Simon 2024-09-22 10:54:19 +02:00
parent 197aa70980
commit b4969964fa
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 1 deletions

View File

@ -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)