vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit fcc485384f37583cb3261e833b5acc91e7f30c65
parent 91a23193251366b630b6c25cb2c5d7429604ee7e
Author: Kumar Ankur <kankur@mobileiron.com>
Date:   Wed,  1 Aug 2018 04:12:46 +0530

clean up

Diffstat:
Msrc/api/core/ciphers.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs @@ -485,7 +485,6 @@ fn delete_cipher_selected(data: JsonUpcase<Value>, headers: Headers, conn: DbCon #[put("/ciphers/move", data = "<data>")] fn move_cipher_selected(data: JsonUpcase<Value>, headers: Headers, conn: DbConn) -> EmptyResult { - println!("{}", "inside put"); let data = data.into_inner().data; let folder_id = match data.get("FolderId") {