From acc790613c4245547b74c1ee80c659b1f7d38794 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@gmail.com> Date: Tue, 31 Aug 2021 13:14:09 +0200 Subject: [PATCH] Removed useless things --- runEccs2.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runEccs2.py b/runEccs2.py index fc493e7..a0a7282 100755 --- a/runEccs2.py +++ b/runEccs2.py @@ -118,10 +118,6 @@ if __name__=="__main__": cmd_file = open(e2p.ECCS2FAILEDCMD,"w+") # Prepare input file for ECCS2 - regAuthDict = utils.get_reg_auth_dict(list_feds) - - #for name,regAuth in regAuthDict.items(): - # Load the idps belonging to a Federation into idpJsonList idpJsonList = utils.get_idp_list(list_eccs_idps) num_idps = len(idpJsonList) -- GitLab