remove comments
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 24 Jan 2011 22:05:40 +0000 (17:05 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 24 Jan 2011 22:05:40 +0000 (17:05 -0500)
sfa/methods/Resolve.py

index 36fa40d..689390a 100644 (file)
@@ -33,9 +33,6 @@ class Resolve(Method):
         if not isinstance(xrns, types.ListType):
             xrns=[xrns]
         hrns = [urn_to_hrn(xrn)[0] for xrn in xrns]
-        #test
-        #test2
-        #test tmack  
         #find valid credentials
         valid_creds = self.api.auth.checkCredentials(creds, 'resolve')