Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
skourta committed Mar 4, 2025
1 parent 0287bd2 commit 7fb1fe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/charms/data_platform_libs/v0/data_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -3860,8 +3860,6 @@ def _on_relation_changed_event(self, event: RelationChangedEvent) -> None:

def _on_secret_changed_event(self, event: SecretChangedEvent):
"""Event notifying about a new value of a secret."""
logger.info("secret changed evetn inside EtcdProvidesEventHandlers")
logger.info(f"label: {event.secret.label}")
if not event.secret.label:
return

Expand Down

0 comments on commit 7fb1fe9

Please sign in to comment.