From 55a80b177cb245559bc1ad6b41c8a2d97e2a7d67 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Thu, 21 Jun 2012 10:11:46 +0200 Subject: [PATCH 1/1] Fixed small print bug. --- sfa/importer/slabimporter.py | 3 --- 1 file changed, 3 deletions(-) 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): -- 2.43.0