From 1bb17513a0b420ec4cc1a65ab45b905add725589 Mon Sep 17 00:00:00 2001 From: Khushal P Soonderji Date: Tue, 17 Feb 2026 17:37:25 +0530 Subject: [PATCH] (20260217) Fixed async. issue. --- scripts/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/common.py b/scripts/common.py index bb8b03f..e61d012 100644 --- a/scripts/common.py +++ b/scripts/common.py @@ -267,12 +267,10 @@ async def sync_branches_to_tcaoff( tcaoff_branches = await tcaoff_client.branch_list() tcaoff_branches = [_["branch_name"].lower() for _ in tcaoff_branches] tcaoff_branches = list(set(tcaoff_branches)) - print("TCAOFF BRANCHES: ", tcaoff_branches) # Get only the branch names from Cosec: cosec_branches = [tcaoff_client.remove_special_chars(_["Branch Name"]) for _ in cosec_muster_roll["report"]] cosec_branches = list(set(cosec_branches)) - print("COSEC BRANCHES: ", cosec_branches) # Loop through the data from Cosec and add missing branches to TCAOFF: for cosec_branch in cosec_branches: