set append to False in user struct when calling CreateSliver().
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 23 Sep 2011 19:54:45 +0000 (15:54 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 23 Sep 2011 19:54:45 +0000 (15:54 -0400)
sfa/client/sfi.py

index 726138f..cf382e3 100755 (executable)
@@ -699,7 +699,6 @@ class Sfi:
         hrn = args[0]
         user_cred = self.get_user_cred().save_to_string(save_parents=True)
         records = self.registry.Resolve(hrn, user_cred)
-        print records
         records = filter_records(opts.type, records)
         if not records:
             print "No record of type", opts.type