Skip to content

Commit

Permalink
Update TC_CADMIN_1_19.py
Browse files Browse the repository at this point in the history
- Removed debugging print statements as no longer needed in test code
  • Loading branch information
j-ororke authored Sep 17, 2024
1 parent 4c04d29 commit 9ef5882
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/python_testing/TC_CADMIN_1_19.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ async def CommissionAttempt(
logging.info(f"-----------------Commissioning with TH_CR{str(thnum)}-------------------------")
if fail:
ctx = asserts.assert_raises(ChipStackError)
self.print_step(0, ctx)
with ctx:
await th.CommissionOnNetwork(
nodeId=self.dut_node_id, setupPinCode=setupPinCode,
Expand Down Expand Up @@ -133,8 +132,6 @@ async def test_TC_CADMIN_1_19(self):
OC_cluster = Clusters.OperationalCredentials
max_fabrics = await self.read_single_attribute_check_success(dev_ctrl=self.th1, fabric_filtered=False, endpoint=0, cluster=OC_cluster, attribute=OC_cluster.Attributes.SupportedFabrics)

self.print_step(0, (max_fabrics - initial_number_of_fabrics))

self.step(5)
fids_ca_dir = {}
fids_fa_dir = {}
Expand Down

0 comments on commit 9ef5882

Please sign in to comment.