From: Tony Mack Date: Wed, 26 Oct 2011 17:35:44 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.planet-lab.org/git/sfa X-Git-Tag: sfa-1.1-1~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7e19f900089cf78e31deb3ec8d84a592abc2b45c;hp=20b278aea6522b7bbf677a57a4631ad31bcb56ae;p=sfa.git Merge branch 'master' of ssh://git.planet-lab.org/git/sfa --- diff --git a/sfa/plc/sfa-import-plc.py b/sfa/plc/sfa-import-plc.py index 0781a605..d57b4b86 100755 --- a/sfa/plc/sfa-import-plc.py +++ b/sfa/plc/sfa-import-plc.py @@ -169,12 +169,8 @@ def main(): continue node = nodes_dict[node_id] site_auth = get_authority(site_hrn) - print 'site_auth',site_auth site_name = get_leaf(site_hrn) hrn = hostname_to_hrn(site_auth, site_name, node['hostname']) - print 'site_name',site_name - print 'node hostname',node['hostname'] - print 'hrn',hrn if hrn not in existing_hrns or \ (hrn, 'node') not in existing_records: sfaImporter.import_node(hrn, node)