Code cleanup

This commit is contained in:
Harrison Burt 2022-03-29 22:01:42 +01:00
parent af1bb1ae9b
commit c56242942e
1 changed files with 0 additions and 10 deletions

View File

@ -96,16 +96,6 @@ impl BucketController {
pipeline.on_upload(kind, data)
}).await??;
println!(
"{:?}",
result
.result
.to_store
.iter()
.map(|v| (v.kind, v.sizing_id))
.collect::<Vec<(ImageKind, u32)>>()
);
let image_id = Uuid::new_v4();
for store_entry in result.result.to_store {
self.storage