Skip to content

Commit

Permalink
Removes print statement used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Jan 2, 2024
1 parent ed787f9 commit 05f3503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def _generate_root_certificate(self) -> None:
}
if self._root_certificate_is_stored:
secret = self.model.get_secret(label=CA_CERTIFICATES_SECRET_LABEL)
print(secret_content)
secret.set_content(content=secret_content)
else:
self.app.add_secret(
Expand Down

0 comments on commit 05f3503

Please sign in to comment.