diff options
| author | iximeow <git@iximeow.net> | 2022-12-29 19:09:01 +0000 | 
|---|---|---|
| committer | iximeow <git@iximeow.net> | 2022-12-29 19:09:01 +0000 | 
| commit | 79a40354df06b79df03352fb9724c9f934b12e06 (patch) | |
| tree | 736e72961243232e5895746fbc7fce5c1fd2712b /src | |
| parent | fb64c0fb491b5a4d481e1a32efb57199f6bd89c2 (diff) | |
remove vestigial logging
Diffstat (limited to 'src')
| -rw-r--r-- | src/io.rs | 3 | 
1 files changed, 0 insertions, 3 deletions
@@ -40,11 +40,8 @@ impl ArtifactDescriptor {      }      pub async fn store_all(&mut self, mut data: axum::extract::BodyStream) -> Result<(), String> { -        eprintln!("new store...");          loop { -            eprint!("read...");              let chunk = data.next().await; -            eprintln!("!");              let chunk = match chunk {                  Some(Ok(chunk)) => chunk,  | 
