Skip to content
Snippets Groups Projects
Commit acc79061 authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Removed useless things

parent afd9c6e1
No related branches found
No related tags found
No related merge requests found
...@@ -118,10 +118,6 @@ if __name__=="__main__": ...@@ -118,10 +118,6 @@ if __name__=="__main__":
cmd_file = open(e2p.ECCS2FAILEDCMD,"w+") cmd_file = open(e2p.ECCS2FAILEDCMD,"w+")
# Prepare input file for ECCS2 # 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) idpJsonList = utils.get_idp_list(list_eccs_idps)
num_idps = len(idpJsonList) num_idps = len(idpJsonList)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment