Fixed small print bug.
authorSandrine Avakian <sandrine.avakian@inria.fr>
Thu, 21 Jun 2012 08:11:46 +0000 (10:11 +0200)
committerSandrine Avakian <sandrine.avakian@inria.fr>
Thu, 21 Jun 2012 08:11:46 +0000 (10:11 +0200)
sfa/importer/slabimporter.py

index 624d6f3..b0daf22 100644 (file)
@@ -171,9 +171,6 @@ class SlabImporter:
     
                 user_record = self.find_record_by_type_hrn( 'user', person_hrn)
                 slice_record = self.find_record_by_type_hrn ('slice', slice_hrn)
-               
-                print>>sys.stderr, "\r\n \r\n SLAB IMPORTER FROM LDAP LIST PERSON IMPORT person_hrn %s user_record %s person['pkey'] %s" %(person_hrn, user_record,person['pkey'])
-                
                 
                 # return a tuple pubkey (a plc key object) and pkey (a Keypair object)
                 def init_person_key (person, slab_key):