Skip to content

Commit

Permalink
rm debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Oct 10, 2024
1 parent 4c3b0e8 commit 5745912
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ impl<'agent> ChunkUploader<'agent> {
create_chunk(&self.canister, &self.batch_id, contents, semaphores).await?;
let mut map = self.id_mapping.lock().await;
map.insert(uploader_chunk_id, canister_chunk_id);
println!("directly uploaded {uploader_chunk_id}");
Ok(uploader_chunk_id)
} else {
self.add_to_upload_queue(uploader_chunk_id, contents).await;
Expand Down

0 comments on commit 5745912

Please sign in to comment.