Skip to content

Commit

Permalink
Remove the debug print for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRichardson committed May 19, 2021
1 parent 84c0202 commit 98bef78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion juju/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ async def deploy(
if str(url.schema) not in self.deploy_types:
raise JujuError("unknown deploy type {}, expected charmhub, charmstore or local".format(url.schema))
res = await self.deploy_types[str(url.schema)].resolve(url, architecture, application_name, channel, series, entity_url)

if res.identifier is None:
raise JujuError('unknown charm or bundle {}'.format(entity_url))
identifier = res.identifier
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ async def test_verify_controller_cert(event_loop):
-----END CERTIFICATE-----
"""

print(endpoint)

try:
connection = await Connection.connect(
endpoint=endpoint,
Expand Down

0 comments on commit 98bef78

Please sign in to comment.