Skip to content

Commit 98bef78

Browse files
Remove the debug print for github actions
1 parent 84c0202 commit 98bef78

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

juju/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ async def deploy(
15681568
if str(url.schema) not in self.deploy_types:
15691569
raise JujuError("unknown deploy type {}, expected charmhub, charmstore or local".format(url.schema))
15701570
res = await self.deploy_types[str(url.schema)].resolve(url, architecture, application_name, channel, series, entity_url)
1571-
1571+
15721572
if res.identifier is None:
15731573
raise JujuError('unknown charm or bundle {}'.format(entity_url))
15741574
identifier = res.identifier

tests/integration/test_connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ async def test_verify_controller_cert(event_loop):
270270
-----END CERTIFICATE-----
271271
"""
272272

273-
print(endpoint)
274-
275273
try:
276274
connection = await Connection.connect(
277275
endpoint=endpoint,

0 commit comments

Comments
 (0)