remove defunct comment
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 15 Aug 2008 15:29:07 +0000 (08:29 -0700)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 15 Aug 2008 15:29:07 +0000 (08:29 -0700)
src/monkeysphere-server

index 3259e3360166b0776c49d3e6b344b817587d1820..023ce9bcfc546c72fa6d30e455e280f28c07479f 100755 (executable)
@@ -423,9 +423,6 @@ publish_server_key() {
     fingerprint=$(fingerprint_server_key)
 
     # publish host key
-    # FIXME: need to figure out better way to identify host key
-    # dummy command so as not to publish fakes keys during testing
-    # eventually:
     gpg_authentication "--keyserver $KEYSERVER --send-keys $fingerprint"
 }