remove unnecessary log output
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Sun, 29 Jun 2008 05:42:54 +0000 (01:42 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Sun, 29 Jun 2008 05:42:54 +0000 (01:42 -0400)
src/monkeysphere-server

index 1e05799a00ca9ef64cdabec33ce3a51cc3fa3cdc..9196c2fa0fd84f52cee50175c318873db7f0fdd7 100755 (executable)
@@ -184,8 +184,6 @@ update_users() {
        # it into place
        mv -f "$AUTHORIZED_KEYS" "${VARLIB}/authorized_keys/${uname}"
 
-       log "authorized_keys file updated."
-
        # destroy temporary directory
        rm -rf "$TMPDIR"
     done