Skip to content

Commit c5215cb

Browse files
Remove outdated TODO comment (#888)
#866 (comment)
1 parent b22551f commit c5215cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/relations/async_replication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ def set_app_status(self) -> None:
697697
self.charm.app.status = self.charm.refresh.app_status_higher_priority
698698
return
699699
if self.charm._peers is None:
700-
# TODO set active status?
701700
return
702701
if self.charm._peers.data[self.charm.app].get("promoted-cluster-counter") == "0":
703702
self.charm.app.status = BlockedStatus(READ_ONLY_MODE_BLOCKING_MESSAGE)

0 commit comments

Comments
 (0)