Skip to content

Commit 611314d

Browse files
committed
examples: Drop accidentally committed dbg!
Signed-off-by: Colin Walters <[email protected]>
1 parent 63f5f96 commit 611314d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/client.rs

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ async fn fetch_container_to_devnull(o: GetMetadataOpts) -> Result<()> {
9696
let mut devnull = tokio::io::sink();
9797
let copier = tokio::io::copy(&mut blob, &mut devnull);
9898
let (copier, driver) = tokio::join!(copier, driver);
99-
dbg!(&copier);
100-
dbg!(&driver);
10199
copier?;
102100
driver?;
103101
}

0 commit comments

Comments
 (0)