Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 8e11687

Browse files
authored
Merge pull request #108 from ContentSquare/master
Remove println when streaming blob
2 parents 1e5be2a + f225261 commit 8e11687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/azure/storage/blob/blob_stream_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ impl<'a> BlobStreamBuilder<'a, Yes, Yes, Yes> {
373373
} else {
374374
Range::new(remaining.start, remaining.start + increment)
375375
};
376-
println!("getting blob {:?} out of {:?}", range, remaining);
377376

378377
let mut req = GetBlobBuilder::new(&client)
379378
.with_container_name(&container_name)

0 commit comments

Comments
 (0)