From: Tony Mack <tmack@cs.princeton.edu>
Date: Tue, 23 Feb 2010 22:49:36 +0000 (+0000)
Subject: remove unnecessary comments
X-Git-Tag: sfa-0.9-11~65
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6d180edbe7115ac1bceef7b2331f73bc0c42365b;p=sfa.git

remove unnecessary comments
---

diff --git a/sfa/methods/get_gid.py b/sfa/methods/get_gid.py
index 630221d0..6972a5ac 100644
--- a/sfa/methods/get_gid.py
+++ b/sfa/methods/get_gid.py
@@ -1,10 +1,3 @@
-# * require certificate as an argument
-# * lookup gid in db
-# * get pubkey from gid
-# * if certifacate matches pubkey from gid, return gid, else raise exception
-#  if not peer.is_pubkey(gid.get_pubkey()):
-#            raise ConnectionKeyGIDMismatch(gid.get_subject())
-
 from sfa.util.faults import *
 from sfa.util.namespace import *
 from sfa.util.method import Method