remove unnecessary comments
authorTony Mack <tmack@cs.princeton.edu>
Tue, 23 Feb 2010 22:49:36 +0000 (22:49 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 23 Feb 2010 22:49:36 +0000 (22:49 +0000)
sfa/methods/get_gid.py

index 630221d..6972a5a 100644 (file)
@@ -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