From 9ef5882418ee0de9541a3db81d894485f3c0b535 Mon Sep 17 00:00:00 2001 From: Jake Ororke Date: Tue, 17 Sep 2024 01:11:12 -0700 Subject: [PATCH] Update TC_CADMIN_1_19.py - Removed debugging print statements as no longer needed in test code --- src/python_testing/TC_CADMIN_1_19.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/python_testing/TC_CADMIN_1_19.py b/src/python_testing/TC_CADMIN_1_19.py index 0f75b262ddde6c..e532de86d06d06 100644 --- a/src/python_testing/TC_CADMIN_1_19.py +++ b/src/python_testing/TC_CADMIN_1_19.py @@ -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, @@ -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 = {}