X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmonkeysphere-host;h=9e73ad20debd75f516b0b6d82524a05c6bbb5c4b;hb=b5555eed1dbd5cfd8ea713cfee33ce8ddcf9238f;hp=9b31ee09d1c487aacbbd30733c89580b05d39a2d;hpb=c02230bbe0112a1dea639a5c52ee6db6d446dfea;p=monkeysphere.git diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 9b31ee0..9e73ad2 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -85,8 +85,6 @@ gpg_host_list() { } # command for edit key scripts, takes scripts on stdin -# FIXME: should we supress all the edit script spew? or pipe it -# through log debug? gpg_host_edit() { gpg_host --command-fd 0 --edit-key "0x${HOST_FINGERPRINT}!" "$@" }