Skip to content

Commit

Permalink
remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
George Burton authored and gecBurton committed May 17, 2024
1 parent bb0fcd8 commit a5609e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redbox/models/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def elasticsearch_client(self) -> Elasticsearch:
)
return es

raise Exception("why am i here?", self.elastic)
es = Elasticsearch(cloud_id=self.elastic.cloud_id, api_key=self.elastic.api_key)
return es

Expand Down

0 comments on commit a5609e3

Please sign in to comment.