Skip to content

Commit

Permalink
Remove redundant debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Aug 28, 2024
1 parent 293a3b0 commit 19f2ac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/net/downloaders/src/file_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ impl ChunkedFileReader {
T: FromReader,
{
if self.file_byte_len == 0 && self.chunk.is_empty() {
dbg!(self.chunk.is_empty());
// eof
return Ok(None)
}
Expand Down

0 comments on commit 19f2ac5

Please sign in to comment.