X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tools%2Freset_gids.py;h=21e25cec949b6c191b676fe6936aa4cdd83d82a4;hb=11ec71d6e665c53ef3cf9cf1797cc3f3c77f2b1b;hp=f4b7da52a05b78b196039930835364e440e3f153;hpb=8a6e87c49dd654bd91158d76c0692b1597593784;p=sfa.git diff --git a/tools/reset_gids.py b/tools/reset_gids.py index f4b7da52..21e25cec 100755 --- a/tools/reset_gids.py +++ b/tools/reset_gids.py @@ -20,7 +20,6 @@ def fix_users(): uuid = create_uuid() pkey = Keypair(create=True) pub_key=getattr(record,'reg_keys',None) - print pub_key if len(pub_key) > 0: # use only first key in record if pub_key and isinstance(pub_key, types.ListType): pub_key = pub_key[0]