Remove some extra debug prints

This commit is contained in:
Miroslav Prasil
2018-07-01 14:48:18 +01:00
parent ea600ab2b8
commit 9f8183deb0
3 changed files with 0 additions and 8 deletions

View File

@@ -397,7 +397,6 @@ fn post_attachment(uuid: String, data: Data, content_type: &ContentType, headers
};
let attachment = Attachment::new(file_name, cipher.uuid.clone(), name, size);
println!("Attachment: {:#?}", attachment);
attachment.save(&conn);
}).expect("Error processing multipart data");