From 2b6ad16408d391dfa14afdfd92ec795993b9365d Mon Sep 17 00:00:00 2001
From: Tony Mack <tmack@cs.princeton.edu>
Date: Mon, 9 Aug 2010 16:28:17 +0000
Subject: [PATCH] removed caller hrn from accept arguments

---
 sfa/methods/GetTicket.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sfa/methods/GetTicket.py b/sfa/methods/GetTicket.py
index 7d99e9fd..afd7f498 100644
--- a/sfa/methods/GetTicket.py
+++ b/sfa/methods/GetTicket.py
@@ -34,8 +34,6 @@ class GetTicket(Method):
         Mixed(Parameter(str, "Credential string"),
               Parameter(type([str]), "List of credentials")),
         Parameter(str, "Resource specification (rspec)"),
-        Mixed(Parameter(str, "Human readable name of the original caller"),
-              Parameter(None, "Origin hrn not specified")),
         Parameter(type([]), "List of user information")  
         ]
 
-- 
2.47.0