From: Sandrine Avakian Date: Thu, 21 Jun 2012 08:11:46 +0000 (+0200) Subject: Fixed small print bug. X-Git-Tag: sfa-2.1-24~3^2~156 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=55a80b177cb245559bc1ad6b41c8a2d97e2a7d67;hp=0c86e8616c998ade6c667ba568c6d901c6b201cf;p=sfa.git Fixed small print bug. --- diff --git a/sfa/importer/slabimporter.py b/sfa/importer/slabimporter.py index 624d6f37..b0daf22f 100644 --- a/sfa/importer/slabimporter.py +++ b/sfa/importer/slabimporter.py @@ -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):