We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca8eb5 commit 4012575Copy full SHA for 4012575
src/relations/postgresql_provider.py
@@ -204,8 +204,6 @@ def _check_multiple_endpoints(self) -> bool:
204
relation_names = set(
205
relation.name for relation in self.charm.client_relations
206
)
207
- for relation_name in relation_names:
208
- logger.info(f" ------------------- {relation_name}")
209
if "database" in relation_names and len(relation_names) > 1:
210
return True
211
return False
0 commit comments